Answers for "mysql group concat with limit"

SQL
1

group_concat limit 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

group_concat mysql limit issue

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

Code answers related to "SQL"

Browse Popular Code Answers by Language