SQL Server查詢結果插入表

a) 插入新表table

        select *select

        into newtabletab

        from tablenew

 

b) 插入已經存在的表ab

        insert into table

        select * from table2 where...

相關文章
相關標籤/搜索