【发布时间】:2015-08-06 14:44:34
【问题描述】:
我是 android 新手,我正在尝试使用这些代码来更新条目的值:
"Update " + TableIncomeCategory + " Set " + Income_Cat_currentAmount + " = " + "'" + Income_Cat_currentAmount + "'"
+ "+" + "'"+tran.getAmount()+"'" + " where " + Income_category_name + " LIKE " + "'" + tran.getCategory() + "'");
我正在尝试将当前金额 (Income_Cat_currentAmount) 与新值 (tran.getAmount()) 相加一起。谁能告诉我为什么以及如何解决它?非常感谢!!
【问题讨论】: