group_concat()函数是有长度限制的 修改长度: SET GLOBAL group_concat_max_len = 4294967295; SET SESSION group_concat_max_len = 4294967295; 相关文章: