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 Shaun E 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 OracleBaby

  1. OracleBaby

    AND Statement

    My SQL statement is a little different. Lets say in Table1 you have 2 records that match Table2 then you may want 2 results not 4. SELECT DISTINCTROW Table2.Field3 FROM Table1 INNER JOIN Table2 ON (Table1.Field1 = Table2.Field1) AND (Table1.Field2 = Table2.Field2); Good Luck

Part and Inventory Search

Back
Top