MySQL 把两个结果集拼接到一起(两个结果集的列一模一样)

select * from a 

UNION all ( select * from b)

原文地址:https://www.cnblogs.com/songqiaoli/p/10256240.html