当前位置 : 主页 > 编程语言 > java >

mysql查询double字段保留小数

来源:互联网 收集:自由互联 发布时间:2021-06-28
gistfile1.txt select format(sum(totalAmount),2) as amount from template_order where memberDeleted = 0 and adminDeleted = 0 and storeId = ?说明:使用format(x,y)函数格式化小数,x表示字段名,y表示需要保留的小数位数
gistfile1.txt
select format(sum(totalAmount),2) as amount from template_order where memberDeleted = 0 and adminDeleted = 0 and storeId = ?
说明:使用format(x,y)函数格式化小数,x表示字段名,y表示需要保留的小数位数
上一篇:hl
下一篇:spring boot中如何手动注入bean
网友评论