Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

ISNULL(<any>)

Description

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

Examples

Column1ISNULL returns
ω (null)true
λ (empty string)false
2false


  • No labels