Skip to content

Instantly share code, notes, and snippets.

@byk0t
Created April 13, 2020 07:16
Show Gist options
  • Save byk0t/736d08f0ccc5946851edd7e436100bd4 to your computer and use it in GitHub Desktop.
Save byk0t/736d08f0ccc5946851edd7e436100bd4 to your computer and use it in GitHub Desktop.
MySQL GROUP_CONCAT max output lengh
# 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