Replies: 1 comment 1 reply
-
Hi @Playrom, we do not currently support doing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
i'd like to replicate a query like this (leave aside the fact that is not useful a query like this, but is a valid SQL and it is just to explain the case)
I thought that using an already joined table as parameter of a join, would create such a subquery, but in reality the joins are appended to the leftJoin
This Is the query generated by the package
It is possible to create a query like the one I'm trying to create using the package, or it is a feature that in case needs to be implemented?
I already tried to use CTEs, but as already discussed in another discussion it may not be the right tool for the case
Beta Was this translation helpful? Give feedback.
All reactions