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

    SQL Pivot, multiple columns to rows

    I am trying to create a table that has the following structure: SSN, ICD9 From a table with the following structure: SSN, ICD9_1, ICD9_2, ..., ICD9_8 The only way I can see accomplishing this now is by using a massive union statement: SELECT DISTINCT SSN, ICD9 FROM ( SELECT SSN, ICD9_1 AS...

Part and Inventory Search

Back
Top