I have two tables that have identical columns. I would like to join these two tables together into a third one that contains all the rows from the first one and from the sec
Change UNION ALL to just UNION and it should return only unique rows from each table.