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?