Replies: 2 comments 7 replies
-
Would it be possible to give a couple of examples? |
Beta Was this translation helpful? Give feedback.
4 replies
-
I think possibly this is linked to #2018 — does that resolve the confusion? Is there a way we could communicate it more clearly? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I can tell you can replace it with
aggregate
and (nearly) the same SQL is generated.For the playground-example
artists-0.prql
is SQL is slightly different, but the result of the query is still the same.Additionally I replaced the
select
s in the unittests withaggregate
. Some tests failed but most of the time becauseaggregate
generated a CTE. Maybe you can add some logic to check if anaggregate
can be simplified.Beta Was this translation helpful? Give feedback.
All reactions