Re: concatenate text - Mailing list pgsql-general

From Allan Wang
Subject Re: concatenate text
Date
Msg-id 1125880762.10725.3.camel@localhost
Whole thread Raw
In response to concatenate text  (Sterpu Victor <victor@ambra.ro>)
List pgsql-general
On Sun, 2005-09-04 at 20:37 -0400, Allan Wang wrote:
> On Mon, 2005-09-05 at 03:00 +0300, Sterpu Victor wrote:
> > Can I do something like this?
> > SELECT sum(name) FROM table;
> >
>
> You can add a custom aggregate function that turns your data into an
> array, see http://www.postgresql.org/docs/current/static/xaggr.html
>
> You can then use array_to_string if you want them comma seperated or
> something.
>
> Allan Wang

Whoops, I keep forgetting to hit reply to all.


pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: concatenate text
Next
From: Tino Wildenhain
Date:
Subject: Re: concatenate text