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 IamaSherpa 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: *

  1. pacificwaters

    unique distinct

    I execute this statement: select table1.column1, table2.column2 from table1, table2; and recieve this result: col1val1 col2val1 col1val2 col2val1 col1val1 col2val2 col1val2 col2val2 what do i change in the above statement, so that i get this result: col1val1 col2val1...

Part and Inventory Search

Back
Top