Re: IF statement fails when it should no (PL/SQL)

From: Matt B. <mcb_at_ds.znet.com>
Date: Fri, 16 Mar 2001 18:44:45 -0800
Message-ID: <tb5jlhqeorls89_at_corp.supernews.com>


[Quoted] "Mike Moore" <hicamel_at_mail.home.com> wrote in message news:JTys6.43603$zV3.3219506_at_news1.frmt1.sfba.home.com...
>Try IF (theDoc.SDNumber is NULL) then

Yes and no. He wants the opposite of that.

Either of these will work:

IF NOT (theDoc.SDNumber is NULL) THEN

IF theDoc.SDNumber is NOT NULL THEN

-Matt Received on Sat Mar 17 2001 - 03:44:45 CET

Original text of this message