Book Contents

Book Index

Next Topic

Home

NULL-predicate

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