当用来判断null字段时 只能用case when 字段 is null then 0 end 而不能以case 字段 when null then 0 end来用。
sql case when用法
最新推荐文章于 2025-08-06 15:53:40 发布
当用来判断null字段时 只能用case when 字段 is null then 0 end 而不能以case 字段 when null then 0 end来用。