Contents Index EXISTS conditions Truth value conditions

ASA SQL Reference
  SQL Language Elements
    Search conditions

IS NULL conditions


The syntax for IS NULL conditions is as follows:

expression IS [ NOT ] NULL

Without the NOT keyword, the IS NULL condition is TRUE if the expression is the NULL value, and FALSE otherwise. The NOT keyword reverses the meaning of the condition.

Standards and compatibility 

Contents Index EXISTS conditions Truth value conditions