mysql中case when 多个字段同时满足条件判断? 时间:2026-02-27 14:57:00 浏览:861次 case when c = 1 then “单一”when c = 0 and int(a)+int(b)>=1 then “邀请”end 标签:mysql,case,when