insert into table_name(key1,key2) select key3,key4 from table_name_2;
create table test ( select key1,key2 from table_name );