mysql contact_ws函数 字符串被截断问题

contact函数默认有字符串长度限制,解决方法:SET group_concat_max_len = 20000这个参数设置一下就好了

原文地址:https://www.cnblogs.com/chaosheng/p/6632459.html