Created
January 6, 2019 15:04
-
-
Save dgershman/5aa65eed63e236e7faea8f89be91da61 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 | |
TRIM(REPLACE(UPPER(name), 'GROUP', ''))) | |
count(TRIM(REPLACE(UPPER(name), 'GROUP', '')))) | |
FROM api_meetings | |
GROUP BY TRIM(REPLACE(UPPER(name), 'GROUP', ''))) | |
ORDER BY TRIM(REPLACE(UPPER(name), 'GROUP', ''))) DESC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment