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

    Row to Row join

    I'm working with MS SQL 2000, I need to join tables A and B to give me table C. How would I write such a query? A B C ----- ----- --------- | a | | 1 | | a | 1 | | b | | 2 | | b | 2 | | c | | 3 | | c | 3 | | d | | 4 | | d | 4 | ----- ----- --------- I...

Part and Inventory Search

Back
Top