在“工资表”中给员工“司马光”工资增加200元的SQL语句是什么

2025-03-25 01:11:41
推荐回答(1个)
回答1:

update `工资表` set `工资_column` = `工资_column` + 200 where `name` = '司马光';