MySQL TRUNCATE() 函数
定义和用法
TRUNCATE() 函数将数字截断到指定的小数位数。
注意:另请参见 FLOOR()、 CEIL()、CEILING() 和 ROUND() 函数。
语法
TRUNCATE(number, decimals)
参数值
参数 | 描述 |
---|---|
number | 必填。要截断的数字 |
decimals | 必填。要截断到的小数位数 |
技术细节
在以下版本中有效 | 从 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]