您的位置首页生活百科 case when后面then可以多个吗? Simone 发布于 2026-01-28 18:51:31 829 阅读 case when后面then可以多个吗?的有关信息介绍如下:case when的语法是 case when 条件1 then ...when 条件2 then ...when 条件n then ... else ...end ,所以是可以多个的