SQL FunctionsConditional FunctionsIS_NOT_NULLOn this pageIS_NOT_NULLChecks whether a value is not NULL. Syntax IS_NOT_NULL(<expr>) Examples SELECT IS_NOT_NULL(1);┌────────────────┐│ is_not_null(1) │├────────────────┤│ true │└────────────────┘