dbTalk Databases Forums  

Column into Row

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Column into Row in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
keeri
 
Posts: n/a

Default Column into Row - 09-03-2009 , 06:21 AM






Hi all ,

I have a Table like this ..

Project code
Date Hours
-----------
------- --------
01-1203
08/28/2009 08
01-1203
08/29/2009 08
02-1389
08/30/2009 08
02-1389
08/31/2009 08

If I query the table I need the data to be like this ...

Project 08/28/2009
08/29/2009 08/30/2009 08/31/2009
-----------
------------------ ------------------ ----------------
-----------------
01-1203
08
08
02-1389
08 08


Can anyone post a sql query for the relevant issue ?

Thanks ,
Keerthi C

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.