Concatenate results of a single column query - Mailing list pgsql-sql

From Marco Lazzeri
Subject Concatenate results of a single column query
Date
Msg-id 1082299009.5788.6.camel@macbeth.intranet.noze.it
Whole thread Raw
List pgsql-sql
Hi All,
I would like to concatenate results of a single column query, something
like the futurable (dev docs for 7.5)

SELECT p.name, ARRAY(SELECT nicknames FROM people WHERE people.id = p.id)
FROM people AS p

Any suggestions?

Thanks
Marco



pgsql-sql by date:

Previous
From: CoL
Date:
Subject: Re: Concatenate results of a single column query
Next
From: Pallav Kalva
Date:
Subject: Querying From two databases