mysql 拷贝表插入新的表

insert into table1 select * from table;

insert into talble set name  = value; 

原文地址:https://www.cnblogs.com/loweringye/p/5985961.html