Sql Select Query Question. Merge Rows

Posted by Jono on Stack Overflow See other posts from Stack Overflow or by Jono
Published on 2010-05-16T20:58:46Z Indexed on 2010/05/16 21:00 UTC
Read the original article Hit count: 231

Filed under:
|

I have a single MYSQL Question and need help ASAP.

Database:

Email | Name | Tag

[email protected] |Test Person | TagOne

[email protected] |Test Person | Tag Two

Need an SQL query that will return

Email | Name | Tag

[email protected] |Test Person | TagOne, Tag Two

Any help?

© Stack Overflow or respective owner

Related posts about merge

Related posts about rows