码迷,mamicode.com
首页 > 数据库 > 详细

mysql中的case when then 的用法

时间:2019-08-09 10:35:49      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:http   update   else   com   ase   src   tab   mamicode   table   

技术图片

 

将立立饭饭的性别变更为女 ,烦烦 嗯嗯 问我的性别变更为男

update `table`  set 
sex = (
case 
    when sname in(立立,饭饭) 
    then  
    else 
end
)

技术图片

技术图片

 

mysql中的case when then 的用法

标签:http   update   else   com   ase   src   tab   mamicode   table   

原文地址:https://www.cnblogs.com/lelexiong/p/11325529.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!