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

Home -> Community -> Usenet -> c.d.o.misc -> pl/sql aggregation

pl/sql aggregation

From: <mark.oliveira_at_gmail.com>
Date: 7 Jun 2005 10:49:09 -0700
Message-ID: <1118166549.386686.258200@g47g2000cwa.googlegroups.com>


Does anyone know of any built-in PL/SQL functions that will take a table like this:

ID DATA 1 A

1 B

2 C

And give me this table:

ID DATA 1 A, B

2 C

Any help would be great.

Thanks,

Mark Received on Tue Jun 07 2005 - 12:49:09 CDT

Original text of this message

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