Is it possible to write a statement that selects a column from a table and converts the results to a string?
Ideally I would want to have comma separated values.
Use simplest way of doing this-
SELECT GROUP_CONCAT(Column) from table