两步:create table new_table_name like old_table_name; insert into new_table_name select * from old_table_name;