Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Created August 21, 2025 07:49
Show Gist options
  • Save vielhuber/d7408ba7e71c9616753a3f7993c5bd86 to your computer and use it in GitHub Desktop.
Save vielhuber/d7408ba7e71c9616753a3f7993c5bd86 to your computer and use it in GitHub Desktop.
MySQL increase GROUP_CONCAT max length #sql
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