tags:

views:

23

answers:

1

I want to display all email addresses from a column (named email) separated by a comma in html. How would I write a sql query in an html page?

A: 

Here is a writeup on it with good notes: http://wiki.lessthandot.com/index.php/Concatenate_Values_From_Multiple_Rows_Into_One_Column

Dave
I figured it out. thanks for the response.
codeLearner