美文网首页
group_concat()数据库字段设置不够长怎么办?

group_concat()数据库字段设置不够长怎么办?

作者: q若水 | 来源:发表于2019-08-01 09:12 被阅读0次

    group_concat()数据库字段设置不够长怎么办?

    SET SESSIONgroup_concat_max_len =10240;

    或者 SETGLOBALgroup_concat_max_len =10240;

    相关文章

      网友评论

          本文标题:group_concat()数据库字段设置不够长怎么办?

          本文链接:https://www.haomeiwen.com/subject/fljtrctx.html