标签:... insert rom int table sql from 插入 存在
a) 插入新表
select *
into newtable
from table
b) 插入已经存在的表
insert into table
select * from table2 where...
SQL Server查询结果插入表
原文地址:http://www.cnblogs.com/lijingyulee/p/6106924.html