Created
April 13, 2020 07:16
-
-
Save byk0t/736d08f0ccc5946851edd7e436100bd4 to your computer and use it in GitHub Desktop.
MySQL GROUP_CONCAT max output lengh
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
# Check the existing value | |
SHOW VARIABLES LIKE '%group_concat%'; | |
# Setup a new one | |
SET SESSION group_concat_max_len = 100500; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment