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

Re: Help: How do I group them together

From: EdStevens <quetico_man_at_yahoo.com>
Date: 16 Nov 2006 10:09:45 -0800
Message-ID: <1163700584.869296.49560@h48g2000cwc.googlegroups.com>

emdproduct..._at_hotmail.com wrote:
> 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.

Are you saying you have multiple rows with the same value in column ID, and that the structure of the table is three other columns (besides ID), only one of which will be populated on any given row?

If so, is it too late to reconsider the design.....? Received on Thu Nov 16 2006 - 12:09:45 CST

Original text of this message

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