MySQL IFNULL() 函数
定义和用法
IFNULL() 函数在表达式为 NULL 时返回指定的值。
如果表达式不为 NULL,则此函数返回表达式。
语法
IFNULL(表达式, 备用值)
参数值
参数 | 描述 |
---|---|
表达式 | 必需。要测试是否为 NULL 的表达式 |
备用值 | 必需。如果表达式为 NULL,则返回的值 |
技术细节
适用范围 | 从 MySQL 4.0 开始 |
---|
IFNULL() 函数在表达式为 NULL 时返回指定的值。
如果表达式不为 NULL,则此函数返回表达式。
IFNULL(表达式, 备用值)
参数 | 描述 |
---|---|
表达式 | 必需。要测试是否为 NULL 的表达式 |
备用值 | 必需。如果表达式为 NULL,则返回的值 |
适用范围 | 从 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]