MySQL Forums
Forum List  »  Newbie

Re: Is there a mysql version of the php implode() command?
Posted by: Felix Geerinckx
Date: May 11, 2005 04:09AM

Heresy wrote:

> Basically, I need to find a way to concatinate the responses from table A into one long string, which
> I could hopefully add separators to (in mysql 4.0 or 4.1).

Have a look at the GROUP_CONCAT function here: http://dev.mysql.com/doc/mysql/en/group-by-functions.html

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
Re: Is there a mysql version of the php implode() command?
May 11, 2005 04:09AM


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.