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

IS_NOT_NULL



Checks whether a value is not NULL.

Syntax

IS_NOT_NULL(<expr>)

Examples

SELECT IS_NOT_NULL(1); ┌────────────────┐ │ is_not_null(1) │ ├────────────────┤ │ true │ └────────────────┘

Was this page helpful?