FORMAT() 函数将数字格式化为 "#,###,###.##" 等格式,四舍五入到指定的小数位数,然后以字符串形式返回结果。
FORMAT(
number,
decimal_places)
Parameter | Description |
---|---|
number | Required. The number to be formatted |
decimal_places | Required. The number of decimal places for number. If this parameter is 0, this function returns a string with no decimal places |
工作于: | 从 MySQL 4.0 开始 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!