S
sgliutao
Unregistered / Unconfirmed
GUEST, unregistred user!
SQL SERVER 中有一个表
table1
name char(10)
total decimal(10,2)
表中有有如下数据
name total
AA NULL
b 100
c 200
现在我取AA的TOTAL的值再加上一个数值,结果却是NULL!!
我该怎么办?
table1
name char(10)
total decimal(10,2)
表中有有如下数据
name total
AA NULL
b 100
c 200
现在我取AA的TOTAL的值再加上一个数值,结果却是NULL!!
我该怎么办?