Batas Panjang Group_Concat

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