这种情况下还是要判断下两个表的结构是否相同,如果相同,就可以用union函数。如:create table b select * from a union select * from c这样,从a表中查询出来的结果union 表c中查询的结果,创建一个新表b