1、insert into 表一 select * from 表二; 2、insert into 表一(字段一,字段二,) select 字段一,字段二 from 表二; 3、insert into 表一(字段一,字段二,字段3) select 字段一,字段二,'常量3' from 表二;