MySQL数据表合并(两表字段相同)

insert into a(a,b,c,d,e) select a,b,c,d,e from b;

原文地址:https://www.cnblogs.com/peng-lan/p/10763431.html