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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mcclures

  1. mcclures

    SQL Compare all fields

    SELECT DISTINCT table1.field1 FROM table1 LEFT OUTER JOIN table2 ON table1.field1 = table2.field1 WHERE table2.field1 IS NULL This should give you everything from table1 that did not have a match in table2.

Part and Inventory Search

Back
Top