参考链接
case when 有两种方式,一个是分支判断,一个是搜索函数。
1.分支选择函数
select (case(‘a‘) when ‘a‘ then ‘aa‘ when ‘b‘ then ‘bb‘ else ‘无‘ end) 测试
2.搜索函数
等待补充
2022-10-11 09:41:13
case when 有两种方式,一个是分支判断,一个是搜索函数。
select (case(‘a‘) when ‘a‘ then ‘aa‘ when ‘b‘ then ‘bb‘ else ‘无‘ end) 测试
等待补充