on 2020 Aug 07 8:01 AM
We are running a impex export script that uses group concat in the export query. However by default, group concat length is 1024, but we need it to be a lot higher.
SET SESSION group_concat_max_len =1000000;
or
SET GLOBAL group_concat_max_len =1000000;
has been seem to be working for others. How to set the above when running export or maybe even through a groovy. Kindly help
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.