You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to do group by (as far as I am aware) is by writing explicit queries.
Our use case:
Find sum of a certain field when grouped by another field.
Suggested feature:
Similar to how the findBy, updateBy, deleteBy queries work, would be nice to be able to just add groupBy* or groupedBy* in order to generate SQL that groups by the given field
The text was updated successfully, but these errors were encountered:
Feature description
Currently the only way to do group by (as far as I am aware) is by writing explicit queries.
Our use case:
Find sum of a certain field when grouped by another field.
Suggested feature:
Similar to how the findBy, updateBy, deleteBy queries work, would be nice to be able to just add groupBy* or groupedBy* in order to generate SQL that groups by the given field
The text was updated successfully, but these errors were encountered: