MySQL ISNULL() 函数
定义和用法
ISNULL() 函数根据表达式是否为 NULL 返回 1 或 0。
如果表达式为 NULL,则该函数返回 1。否则,它返回 0。
语法
ISNULL(expression)
参数值
参数 | 描述 |
---|---|
expression | 必需。要测试的值 |
技术细节
在以下版本中有效 | 从 MySQL 4.0 开始 |
---|
ISNULL() 函数根据表达式是否为 NULL 返回 1 或 0。
如果表达式为 NULL,则该函数返回 1。否则,它返回 0。
ISNULL(expression)
参数 | 描述 |
---|---|
expression | 必需。要测试的值 |
在以下版本中有效 | 从 MySQL 4.0 开始 |
---|
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]