Syntax
column-name IS [ NOT ] NULL
Semantics
column-name
is a single column of one the tables specified in the FROM clause.
Examples
a IS NULL
b IS NOT NULL
See Also
NULL Value