1、可以用SQL的union把N个表的查询结果一起显示出来
select * from table1
union 
select * from table22、看看能不能把两个dataset中的表相加在一起