字符直接生成的字段就是varchar型
select 'abc' as a,132 as b
into tselect * from t--查看
exec sp_columns t
------------------------------------------------------------
Northwind dbo t a 12 varchar 3 3 NULL NULL 0 NULL NULL 12 NULL 3 1 NO  39
Northwind dbo t b 4 int 10 4 0 10 0 NULL NULL 4 NULL NULL 2 NO  56