master-zxc

mysql保留字段小数点后两位小数
用函数:truncate(s.price,2)即可。
如果想用四舍五入的话用round(s.price,2)。

 

 

分类:

技术点:

相关文章: