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

    Optimizing query

    I'm trying to optimize the following query: SELECT class.ID, class.name, values.number from class, values where class.ID=values.ID order by values.number DESC This gives me something like this (really much more rows than are shown) 14 John 96 4 Chris 95 13 Jeff 95 17 Susan 93 14 John 92 4...

Part and Inventory Search

Back
Top