mysql格式化小数保留小数点后两位(小数点格式化) SELECTFORMAT(12562.6655,2);结果:12,562.67查看文档:FormatsthenumberXtoaformatlike'#,###,###.##',roundedtoDdecim 保留小数点后两位