Answers for "group_concat in mysql max limit"

PHP
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

Browse Popular Code Answers by Language