如何在SQL語句select中根据某个字段值,修改另外一个字段的值
2个回答
展开全部
update table set col2=case when col1 条件1 then 值1 when col1 条件2 then 值2;
或者分为几句修改
update table set col2=值1 where col1 条件1
update table set col2=值2 where col1 条件2
。。。。
或者分为几句修改
update table set col2=值1 where col1 条件1
update table set col2=值2 where col1 条件2
。。。。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询