• If the table structure matches you can use UNION which will remove duplicates also .

    select * from table1

    UNION

    select * from table2