SQL中算数运算符 + 咋么表示啊
string sql10 = String.Format("update lixi set 利息=利息+'{0}',操作时间='{1}' where 账号='{2}'", profits,time, userName);profits 是我运算出来的一个数据我想 求现在的利息是多少,但这样运算出来他只是字符串的连接。。不是两个值的算数运算
求大家帮忙
2012-07-11 18:21
2012-07-11 22:05
2012-07-13 00:21