1、select case when isnumeric(a)=1 then '张三' else a end as name from table 
2、select a,'' as b from table

相关文章: