Answers for "how to set global group_concat_max_len in mysql"

SQL
1

group_concat max length mysql

//if you can want increase the group_contat max length
SET SESSION group_concat_max_len = 1000000;
Posted by: Guest on June-24-2020
0

DB::statement('SET GLOBAL group_concat_max_len =

DB::statement('SET GLOBAL group_concat_max_len = 1000000');
Posted by: Guest on May-19-2020

Code answers related to "how to set global group_concat_max_len in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language