sql语句:
select group_concat(cata_id separator '\',\'') from temp001
设置连接后最大长度
SET GLOBAL group_concat_max_len=102400;
查看连接后最大长度
show variables like "group_concat_max_len";
sql语句:
select group_concat(cata_id separator '\',\'') from temp001
设置连接后最大长度
SET GLOBAL group_concat_max_len=102400;
查看连接后最大长度
show variables like "group_concat_max_len";