1、select case when isnumeric(a)=1 then '张三' else a end as name from table 2、select a,'' as b from table 相关文章: 2021-04-20 2021-12-03 2021-09-03 2021-11-25 2021-11-19 2021-12-12