Created
December 21, 2016 11:07
-
-
Save mspreij/9f9224e98bc47e82a20e478d95c7cee1 to your computer and use it in GitHub Desktop.
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
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