Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: pl/sql aggregation
mark.oliveira_at_gmail.com wrote:
> 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
http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10759/functions149.htm#sthref1804
with an example by Mrs. Boehmer here:
If before 9i, search asktom for "stragg"
chet Received on Tue Jun 07 2005 - 13:41:38 CDT
![]() |
![]() |