php - 如何寫mysql當字段sales為null時設定為數字quantity,否則設定sales為原sales+quantity?
为情所困
为情所困 2017-05-16 13:00:43
0
1
426

item表格裡有個int類型的欄位sales,如何使用sql更新銷售sales,當欄位sales為null時設定為數字quantity,否則設定sales為原sales+quantity?

为情所困
为情所困

全部回覆(1)
迷茫

解決了

UPDATE `item` SET `item`.`sales` = IFNULL(`item`.`sales`, 0)+2 WHERE `item`.`id` = 2;
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板