Group Concat Results Cut Off Group Concat Results Cut Off sql sql

Group Concat Results Cut Off


The GROUP_CONCAT() function has a default limit of 1024 characters.

SET SESSION group_concat_max_len = 1000000;

This command will raise the group concat limit if needed.