a) 插入新表

        select *

        into newtable

        from table

 

b) 插入已经存在的表

        insert into table

        select * from table2 where...

posted on 2019-03-08 09:19  巨象  阅读(2584)  评论(0编辑  收藏  举报