Replies: 1 comment
-
Hi as of now it's not possible, the enhancement with the same functionality is proposed: #266 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm new to ormar and I just want to do a simple GROUP BY type of query. E.g.
SELECT tx_type FROM transactions GROUP BY tx_type;
Or even,
SELECT tx_type, SUM (amount) FROM transactions GROUP BY tx_type;
Is there a simple way to do this? Appreciate any examples to get me started
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions