跳到主要内容

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
└─────────────────┘
开始使用 Databend Cloud
低成本
快速分析
多种数据源
弹性扩展
注册