Conditional functions
COALESCE
Returns the first non-null value.NULLIF
Returns NULL if two values are equal.IF
Conditional expression (ternary).CASE
Multi-branch conditional expression.Related content
String Functions
Text manipulation
Operators
Comparison and logical operators
All Functions
Browse all function categories
Data Types
NULL handling and type coercion

