Name

ISNULL — Test for NULL

Syntax

image with no caption

Description

The ISNULL and other operators shown here are used to test for NULL or non-NULL expressions. They are syntactic variations on IS NULL and IS NOT NULL, which are properly formed IS expressions.

See Also

IS