Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL conditionals with NULLs

PL/SQL conditionals with NULLs

From: <Dan>
Date: 1997/04/30
Message-ID: <5k7p5s$db2@drn.zippo.com>#1/1

We were wondering if there was a reason why Oracle's tools generate some conditional statements this way:

  IF NOT( variable IS NOT NULL) THEN .....

From our stand point, this seems a bit counter intuative. Is there are reason why, by default, the tools generate conditions this way?

Also, is there a FAQ floating around that we can get at?

Thanks!

Dan Received on Wed Apr 30 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US