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

    sql query

    I have this simple query in access: SELECT Node_Interfaces.NODE_ID, Node_Interfaces.Interface FROM Node_Interfaces INNER JOIN temp_test ON Node_Interfaces.NODE_ID = temp_test.NODE_ID; which I'd like to use in an asp page. I want to query for all Interfaces that has the same NODE_ID as in the...

Part and Inventory Search

Back
Top