M
mr.zy
Unregistered / Unconfirmed
GUEST, unregistred user!
Table1
x1 x2
1.001 1.006
1.100 0.106
select x1 + x2 from table1
2.007
1.206
如果让它四舍五入留小数点后2位
变成:
2.01
1.21
.....................??????????
x1 x2
1.001 1.006
1.100 0.106
select x1 + x2 from table1
2.007
1.206
如果让它四舍五入留小数点后2位
变成:
2.01
1.21
.....................??????????