Created
May 9, 2017 23:31
-
-
Save jhamon/a5683aa0d7f73e2a3c5a03ad83feb959 to your computer and use it in GitHub Desktop.
This file contains 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
-- change member_id to user id | |
SELECT g.displayName from groups g JOIN group_membership gm ON g.id=gm.group_id WHERE gm.member_id="a15d185f-630e-426b-9698-04ebffe8149b"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment