SELECT f1,f2,f3 FROM table1
UNION
SELECT f1,f2,f3 FROM table2

şeklinde deneyebilirsin.