如此试试:
在DW的SELECT 语句中:
select column1,column2 from table1
union all
select column1,column2 from table2
union all
select column1,column2 from table3
union all
select column1,column2 from table4
其余的事情相信DW可以做的非常好!
在SQL SERVER 中没有问题,在ACCESS 中我没试
GOOD LUCK!