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: *

  • Users: beena
  • Order by date
  1. beena

    converting result rows into columns....interesting dillema

    If you are using Oracle, this might help you : select decode(StudentType,1,StudentID,null) Type1, decode(StudentType,2,StudentID,null) Type2, decode(StudentType,3,StudentID,null) Type3 from TableName;

Part and Inventory Search

Back
Top