Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Convert columns to rows

Convert columns to rows

From: Navin <navinsm2_at_rediffmail.com>
Date: 31 Mar 2004 03:28:04 -0800
Message-ID: <5dc7f532.0403310328.a0b9b9a@posting.google.com>


Convert columns to rows

hi,
I need to convert columns to rows

here i have sample input data

weekno    manager1 	manager2
51 	 33454 	        26749
52 	  33454 	26749	

i wnat the output like this

weekno manager

51 	 33454 	
51       26749
52 	 33454 
52	 26749	

colud u please help me out how to go about this and if any query to do so. Received on Wed Mar 31 2004 - 05:28:04 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US