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

From: Mike Moore <hicamel_at_mail.home.com>
Date: Sat, 17 Mar 2001 16:53:42 GMT
Message-ID: <qEMs6.46835$zV3.3423190_at_news1.frmt1.sfba.home.com>


[Quoted] Now why cant computers be like Matt, and know what you meant to say! ;-) Mike

Matt B. <mcb_at_ds.znet.com> wrote in message news:tb5jlhqeorls89_at_corp.supernews.com...
> "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 - 17:53:42 CET

Original text of this message