例如把表2的查询结果插入表1: 如果表存在: insert into tab1 select * from tab2 1 如果表不存在: create table tab1 as select * from tab2