[SQL] aggregate reverse

2008-02-01 Thread Marcin Krawczyk
Hi all. I wolud like to know whether it is possible to reverse the behaviour of an aggregate? Say I have a string '1,2,3,4'. Is there a way to split those values to records? Regards and thanks in advance. mk

Re: [SQL] aggregate reverse

2008-02-01 Thread Pavel Stehule
Hello I am not sure if I understand well. On 01/02/2008, Marcin Krawczyk [EMAIL PROTECTED] wrote: Hi all. I wolud like to know whether it is possible to reverse the behaviour of an aggregate? Say I have a string '1,2,3,4'. Is there a way to split those values to records? create or replace