通用格式如下:
case when 條件1 then value1 when 條件2 then value2 ... when 條件n then valuen else value_unknow END
Last updated 3 years ago