Skip to content

Instantly share code, notes, and snippets.

@sajithdilshan
Created September 3, 2017 13:52
Show Gist options
  • Save sajithdilshan/4c91c82e80041fa7666f842a789a0867 to your computer and use it in GitHub Desktop.
Save sajithdilshan/4c91c82e80041fa7666f842a789a0867 to your computer and use it in GitHub Desktop.
from user in Test.User,
join: group in assoc(u, :GROUPS),
where: user.'ID' == 6,
select: group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment