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 bkrike 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: exys
  • Content: Threads
  • Order by date
  1. exys

    Slow SELECT .. IN (singelton SELECT..) ?

    I would think the following two queries should be processed the same, but the first one takes over a second, while the second takes a few milliseconds. SELECT * FROM tblData WHERE idA IN (SELECT idB FROM tblIndex WHERE idC=1234); SELECT * FROM tblData WHERE idA = (SELECT idB FROM tblIndex...

Part and Inventory Search

Back
Top