专题文章
时长:00:00更新时间:2020-11-09 18:52:29
mysql格式化小数保留小数点后两位(小数点格式化)_MySQL:bitsCN.com SELECT FORMAT(12562.6655,2);结果:12,562.67查看文档:Formats the number X to a format like '#,###,###.##', rounded to D decimal places, and returns the result as a string. I
查看详情