case when后面then可以多个吗? 时间:2026-09-14 02:56:00 浏览:946次 case when的语法是 case when 条件1 then ...when 条件2 then ...when 条件n then ... else ...end ,所以是可以多个的 标签:case,when,后面