原文链接
FORMAT() 之后 会满三位加逗号,
在此基础上进行数字运算的时候会出现预料之外的结果,
建议使用 :
convert(param, decimal(12,2)) cast(param as decimal(12,2))
任意一种 进行代替。
1