groupby multiple things
the SQL query I want to convert ends with: I see no where in the docs for multiple groupBy however would expect this would work: how to achieve this?
1 Reply
I think
.groupBy(users.user_id, exercises.id)
should work