Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

ISNULL(<any>)

Description

Returns a Boolean value. If the column contains a null, it returns true. Otherwise it returns false.

...