> Hi all, > > I'm looking into PostgreSQL. Coming from a MySQL background, > I have made heavy use of its very useful GROUP_CONCAT > function. You can read about the function > here: > > http://dev.mysql.com/doc/refman/4.1/en/group-by-functions.html > > Is there a PostgreSQL alternative to GROUP_CONCAT?
Check the user comments at http://www.postgresql.org/docs/8.0/interactive/sql-createaggregate.html. Sounds like what you're looking for. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly