I have a SELECT with a GROUP_CONCAT column as follows:
SELECT
GROUP_CONCAT
SELECT m.*, GROUP_CONCAT(s.id ORDER BY s.id ASC SEPARATOR \', \') AS sche