MySQL Forums
Forum List  »  PostgreSQL

Re: implement PostgreSQL's array() function in MySQL
Posted by: Daniel Fischer
Date: July 02, 2007 06:07AM

Hello,

you can use GROUP_CONCAT() in the subquery to concatenate all rows into one comma delimited string.


Daniel

--
Daniel Fischer, MySQL Release Engineering
Oracle Corporation, http://oss.oracle.com/



Edited 1 time(s). Last edit at 07/02/2007 06:08AM by Daniel Fischer.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: implement PostgreSQL's array() function in MySQL
7220
July 02, 2007 06:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.