//判断空值,成功!! select case when 项目名称 IS NULL then '空值' when 项目名称 ='北二环' then 'A' when 项目名称 ='北三环' then 'B' else 'C' END 项目名称 from 物件设计数量统计表