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