mysql 计算并保留两位小数
时间:2019-12-11 16:19:15
收藏:0
阅读:491
保留两位小数:
1、select convert(10000,decimal(10,2));
2、select convert(10569.3645,decimal(10,2));
3、select convert(10569.3685,decimal(10,2));
原文:https://www.cnblogs.com/yyhhblog/p/12022587.html
评论(0)