Created
September 3, 2017 13:52
-
-
Save sajithdilshan/4c91c82e80041fa7666f842a789a0867 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
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