select * into b from a where 1<>1

select top 0 * into b from a

insert into a (c1,c2,c3) select d,e,f from b

相关文章: