select *,cast(‘自定义的值’ as 自定义的字段类型) as ‘列名’ from 表名 –简写 select *, 自定义的值 as 列名 from 表名 select ‘086a’ as tag from xxx