set group_concat max length code example
Example: group_concat limit mysql
//if you can want increase the group_contat max length
SET SESSION group_concat_max_len = 1000000;
//if you can want increase the group_contat max length
SET SESSION group_concat_max_len = 1000000;