Re: [SQL] aggregate reverse

2008-02-02 Thread Marcin Krawczyk
Yes, you got me well. That's exactly what I was trying to achieve. Thank you. 2008/2/1, Pavel Stehule <[EMAIL PROTECTED]>: > > 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 rev

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 replac

[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