Hi all
I have two tables from two different branches that i need to combine while at the same time remove any duplicates. I used the following SQL statement:
Select * From table1 Union Select * From table2 Into Table MERGED2
However, some duplicates are not removed by virtue of having one...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.