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 strongm 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: *

  1. jmcquilling

    Combining 17 tables to check for duplicates

    If you can't combine the tables try select Nabp,RxNbr,RefillSeq from table1 a where exists (select * from table2 b where a.Nabp = b.Nabp and a.RxNbr = b.RxNbr and a.RefillSeq = b.RefillSeq ) or exists (select...

Part and Inventory Search

Back
Top