mysql group_concat

sql语句:
select group_concat(cata_id separator '\',\'') from temp001

设置连接后最大长度
SET GLOBAL group_concat_max_len=102400;
查看连接后最大长度
show variables like "group_concat_max_len";

posted @ 2022-01-26 09:14  赵钱富贵  阅读(25)  评论(0编辑  收藏  举报