Mysql计算并保留两位小数

如:123456.789  转成 123456.79 自动四舍五入

convert(123456.789,decimal(10,2));
原文地址:https://www.cnblogs.com/zhan1995/p/8820265.html