SQL Server NULLIF() 函数
定义和用法
如果两个表达式相等,NULLIF() 函数返回 NULL,否则返回第一个表达式。
语法
NULLIF(expr1, expr2)
参数值
参数 | 描述 |
---|---|
expr1, expr2 | 必需。要比较的两个表达式 |
技术细节
适用于 | SQL Server(从 2008 开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
如果两个表达式相等,NULLIF() 函数返回 NULL,否则返回第一个表达式。
NULLIF(expr1, expr2)
参数 | 描述 |
---|---|
expr1, expr2 | 必需。要比较的两个表达式 |
适用于 | SQL Server(从 2008 开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]