For the complete documentation index, see llms.txt. This page is also available as Markdown.

ISNULL

Returns true for null values and false otherwise

ISNULL( value )

Returns true if a value is null, returns false otherwise

Arguments

Argument

Description

value

Value or column

Output

Outputs true if value is null

Example

Last updated

Was this helpful?