MySQL Forums
Forum List  »  Newbie

Re: Select list of linked content
Posted by: Felix Geerinckx
Date: May 18, 2005 03:07PM

Yisroel Spanier wrote:

> I've got a table with some content and another table that does the relationships. What I'd like
> to do is for each record retrieved from content, populate a field with a comma-delimited list of
> all linked ID's from the relationships table.

Check out GROUP_CONCAT 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: Select list of linked content
May 18, 2005 03:07PM


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.