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 -> Help: How do I group them together

Help: How do I group them together

From: <emdproduction_at_hotmail.com>
Date: 16 Nov 2006 10:02:09 -0800
Message-ID: <1163700129.154823.210150@b28g2000cwb.googlegroups.com>


I am using Oracle 9i.

I have a table with rows like this:

ID value1 value2 value3

1       A
1                   B
1                                 c
2                   A
2        D
2                                 E

I would like the output like this:
ID     value1     value2     value3
1       A             B           c
2       D             A           E

Thanks for your help. Received on Thu Nov 16 2006 - 12:02:09 CST

Original text of this message

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