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

    Help with tricky query.

    Or at least I find it tricky. :-) Assume we have three tables A, B and C. Table A contains a path and the distance for traveling that path: A (PathId, NodeId, Dist (from previous node)) 1, 1, 0 1, 2, 10 1, 3, 5 Table B contains observed data on path level: B (ObsId, PathId) 1, 1 2, 1 Table...

Part and Inventory Search

Back
Top