Group_concat Limit długości

SET SESSION group_concat_max_len = 1000000;
SELECT GROUP_CONCAT(column) FROM table GROUP BY column
Cute Caterpillar