Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
-jay-
Starting Member
14 Posts |
Posted - 2009-06-24 : 11:18:56
|
| Hello. looking for some help.IF NVL(p_user(i),' ') <> pl_issue_author THEN INSERTCan I use multiple operators ?Lets say I want it to insert if p_user is different or the same as pl_issue_author. can i <>, = |
|
|
jimf
Master Smack Fu Yak Hacker
2875 Posts |
Posted - 2009-06-24 : 11:25:23
|
| This is forum for MS SQL Server, you may find better help elsewhere.Jim |
 |
|
|
-jay-
Starting Member
14 Posts |
Posted - 2009-06-24 : 11:27:36
|
| sorry, thought someone would know plsql. ok thanks anyway. |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-06-24 : 12:35:01
|
| try your luck at www.dbforums.com |
 |
|
|
|
|
|