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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Statement help with operators

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
INSERT


Can 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
Go to Top of Page

-jay-
Starting Member

14 Posts

Posted - 2009-06-24 : 11:27:36
sorry, thought someone would know plsql. ok thanks anyway.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-06-24 : 12:35:01
try your luck at www.dbforums.com
Go to Top of Page
   

- Advertisement -