group_concat结果长度被限制(被截断)为 group_concat_max_len 系统变量的值。此变量的默认值为1024。
如果要更改变量的值,语法为:
SET [全球| SESSION] group_concat_max_len = val;
更多信息Mysql 5文档

group_concat结果长度被限制(被截断)为 group_concat_max_len 系统变量的值。此变量的默认值为1024。
如果要更改变量的值,语法为:
SET [全球| SESSION] group_concat_max_len = val;
更多信息Mysql 5文档