新表已存在
insert into new_table select * from old_table limit 100新表不存在
create table new_table select * from old_table limit 100