insert into table (字段列表,可省略)select (字段列表,可省略)from table where 条件;很少见过同一张表内复制数据的
insert into table (字段列表,可省略)select (字段列表,可省略)from table;
前面已经回答了方法,只是提醒下看是否会遇上主键冲突。