Skip to content

Instantly share code, notes, and snippets.

@wallacemaxters
Created August 28, 2015 17:10
Show Gist options
  • Save wallacemaxters/63a357cb6fe392ebc696 to your computer and use it in GitHub Desktop.
Save wallacemaxters/63a357cb6fe392ebc696 to your computer and use it in GitHub Desktop.
SET SESSION group_concat_max_len = 100000000;
SELECT group_concat(matricula) FROM tabela;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment