mysql show group_concat_max_len code example
Example: group_concat max length 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;