📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

IS_NULL



Checks whether a value is NULL.

Syntax

IS_NULL(<expr>)

Examples

SELECT IS_NULL(1); ┌────────────┐ │ is_null(1) │ ├────────────┤ │ false │ └────────────┘

Was this page helpful?