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. cvcvcvcv

    joining tables

    Hi: I want to join a table1 with table2 in a common key field which should contain all rows from table1 and also rows from table2 which do not match the key field. For example: Table1 1 a 2 b 3 c Table2 1 a 4 d 5 e The join should show: 1 a 2 b 3 c 4 d 5 e How is this done...

Part and Inventory Search

Back
Top