A表和B表的结构是一样的,我如何将两个表中的数据合并查询出来!
如:A
a b c
1 2 3
B
4 5 6
我如何才能查询得到这样的结果
select * from A
union
select * from B