Skip to content

Instantly share code, notes, and snippets.

@jhamon
Created May 9, 2017 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhamon/a5683aa0d7f73e2a3c5a03ad83feb959 to your computer and use it in GitHub Desktop.
Save jhamon/a5683aa0d7f73e2a3c5a03ad83feb959 to your computer and use it in GitHub Desktop.
-- 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