sql decimal 保留两位小数转换不需四舍五入 ... 使用转换类型,才能达到保留两位小数位的目的: select cast(13.145 as decimal(10, 2)) 结果为:13.15 亲测第二种有效 ...
確定! 回上一頁