HomeDocsAPI Reference
Kumo.ai
Docs

IS_NULL

<expression> IS NULL <value>

Description

Evaluates to True if the value returned by <expression> equals Null or N/A. <expression> can be <table>.<column> or AGG(<table>.<column>, <start>, <end>).

This operator can be applied to columns of all types.

Example

ARTICLES.DESCRIPTION IS NULL
ARTICLES.DESCRIPTION = NULL