Skip to main content

NULLIF

Returns NULL if two expressions are equal. Otherwise return expr1. They must have the same data type.

Syntax

NULLIF(<expr1>, <expr2>)

Examples

SELECT NULLIF(0, NULL);

┌─────────────────┐
nullif(0, null)
├─────────────────┤
0
└─────────────────┘
Did this page help you?
Yes
No
Explore Databend Cloud for FREE
Low-cost
Fast Analytics
Easy Data Ingestion
Elastic Scaling
Try it today