Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rssgcmy
  • Content: Threads
  • Order by date
  1. rssgcmy

    combine two tables minus duplicates

    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...

Part and Inventory Search

Back
Top