MySQL FORMAT() 函数
定义和用法
FORMAT() 函数将数字格式化为类似 "#,###,###.##" 的格式,四舍五入到指定的小数位数,然后将结果返回为字符串。
语法
FORMAT(number, decimal_places)
参数值
参数 | 描述 |
---|---|
number | 必需。要格式化的数字 |
decimal_places | 必需。number 的小数位数。如果此参数为 0,则此函数返回没有小数位的字符串 |
技术细节
工作在 | 从 MySQL 4.0 开始 |
---|
FORMAT() 函数将数字格式化为类似 "#,###,###.##" 的格式,四舍五入到指定的小数位数,然后将结果返回为字符串。
FORMAT(number, decimal_places)
参数 | 描述 |
---|---|
number | 必需。要格式化的数字 |
decimal_places | 必需。number 的小数位数。如果此参数为 0,则此函数返回没有小数位的字符串 |
工作在 | 从 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]