mysql中 truncate() 和 format() 保留小数位数的区别:truncate() 直接截取,不四舍五入。format() 会四舍五入,返回类型是字符串,因为满3位会加一个逗号,可以考虑用convert();
例如:form
2018-06-23