SQL Server查询结果插入表

a) 插入新表table

        select *select

        into newtabletab

        from tablenew

 

b) 插入已经存在的表ab

        insert into table

        select * from table2 where...

相关文章
相关标签/搜索