-
The DB used is postgres, and the cargo.toml setting is The table schema used for testing is as follows: And I tried to count after group by as follows.
A compilation error occurs.
What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Our next feature release will add support for this offically. |
Beta Was this translation helpful? Give feedback.
.group_by
is not part of the public API of any release yet. As consequence we do not support select clauses with mixed aggregate expressions yet. That all means that it is not possible to write such queries using the built-in DSL yet.Our next feature release will add support for this offically.