Created
August 21, 2025 07:49
-
-
Save vielhuber/d7408ba7e71c9616753a3f7993c5bd86 to your computer and use it in GitHub Desktop.
MySQL increase GROUP_CONCAT max length #sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET SESSION group_concat_max_len = 1000000; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment