Skip to content

Instantly share code, notes, and snippets.

@mspreij
Created December 21, 2016 11:07
Show Gist options
  • Save mspreij/9f9224e98bc47e82a20e478d95c7cee1 to your computer and use it in GitHub Desktop.
Save mspreij/9f9224e98bc47e82a20e478d95c7cee1 to your computer and use it in GitHub Desktop.
select message, group_concat(facultyId SEPARATOR ',')
from mail_defaults
where code = 'locationSelectionReminder'
group by message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment