通过本文主要向大家介绍了mysql小数点后两位,mysql 小数点,mysql 小数点截取,mysql 取小数点后两位,mysql 去掉小数点等相关知识,希望本文的分享对您有所帮助
结果:12,562.67
查看文档:Formats the number X to a format like '#,###,###.##', rounded to D decimal places, and returns the result as a string. If D is 0, the result has no decimal point or fractional part.整数部分超过三位的时候以逗号分割,并且返回的结果是string类型的。
没有达到预期结果,想要的结果不要以逗号分隔,
结果:4545.13,直接截取不四舍五入,还是有问题。
结果:4545.14,达到预期。
</div>