Re: Concatenating string fields with GROUP BY clause

From: Jason Hihn <jhihn(at)paytimepayroll(dot)com>
To: "Brian G(dot) Huber" <brianghuber(at)yahoo(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Concatenating string fields with GROUP BY clause
Date: 2003-09-09 17:11:06
Message-ID: NGBBLHANMLKMHPDGJGAPGENFCMAA.jhihn@paytimepayroll.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Section 6.4

string || string String concatenation 'Post' || 'greSQL' = PostgreSQL

-----Original Message-----
From: pgsql-novice-owner(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org]On Behalf Of Brian G. Huber
Sent: Tuesday, September 09, 2003 1:02 PM
To: pgsql-novice(at)postgresql(dot)org
Subject: [NOVICE] Concatenating string fields with GROUP BY clause

Hi -

I am trying to concatenate a text field in a query with a group by clause,
similar to a sum() function on a numeric value - for example:

SELECT groupid, sum(numeric_field), ???(text_field) FROM table GROUP BY
groupid

but I cannot find a function that will concatenate the text fields. Any
comments appreciated!

TIA,BGH

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Brian G. Huber 2003-09-09 17:29:49 Re: Concatenating string fields with GROUP BY clause
Previous Message Godshall Michael 2003-09-09 17:10:10 Re: Concatenating string fields with GROUP BY clause