a) 插入新表table
select *select
into newtabletab
from tablenew
b) 插入已經存在的表ab
insert into table
select * from table2 where...