MySQL SIGN() 函数
定义和用法
SIGN() 函数返回数字的符号。
此函数将返回以下其中一个值
- 如果 number > 0,则返回 1
- 如果 number = 0,则返回 0
- 如果 number < 0,则返回 -1
语法
SIGN(number)
参数值
参数 | 描述 |
---|---|
number | 必需。要返回符号的数字 |
技术细节
作用于 | 从 MySQL 4.0 开始 |
---|
SIGN() 函数返回数字的符号。
此函数将返回以下其中一个值
SIGN(number)
参数 | 描述 |
---|---|
number | 必需。要返回符号的数字 |
作用于 | 从 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]