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

    New question on SQL help using JOIN

    I posted the Need SQL help on query yesterday and got it to work, but the performance is slow. Someone from a different forum suggested the use of a JOIN to improve performance. What they suggested was: SELECT Subset.* FROM Subset LEFT OUTER JOIN Master ON Subset.ID = Master.ID WHERE...
  2. etishler

    Need SQL help on query

    I have been programming for a long time, but I am a relative newbie with SQL. I have two tables with transactions. One table contains ALL transactions, the second table is a subset of the first with only a specific set of transactions. The columns differ between the two tables, but there is...

Part and Inventory Search

Back
Top