Acho que você está procurando por
Union all
select * from table1
union all
select * from table2
union all
select * from table3
Participar Use para combinar Colunas Enquanto União use para combinar linhas
Union all
select * from table1
union all
select * from table2
union all
select * from table3