mysql中的case when then 的用法
时间:2022-03-15 15:15
将立立饭饭的性别变更为女 ,烦烦 嗯嗯 问我的性别变更为男
update `table` set sex = ( case when sname in(‘立立‘,‘饭饭‘) then ‘女‘ else ‘男‘ end )
时间:2022-03-15 15:15
将立立饭饭的性别变更为女 ,烦烦 嗯嗯 问我的性别变更为男
update `table` set sex = ( case when sname in(‘立立‘,‘饭饭‘) then ‘女‘ else ‘男‘ end )