Newer Version Available

This content describes an older version of this product. View Latest

Null Operators

Use null operators to test whether a value is null.

Null operators can return true or false.

Operator Name Description
is null Is null True when the value is null.
is not null Is not null True when the value is not null.