Sub query with sql magic operator (for common table expression)
Hi friends,
I have the following CTE that I can express using the magic sql operator:
This statement should return the package table.
Now, I'd like to include this expression as a table, in order to be able to join it, something like this:
Are we able to do it? Maybe with some alias?!
Thank you
1 Reply
Just ran into the same issue
With recursive still being an open resolved PR it makes it kinda hard to write queries like this and combine them, you just have to end up writing the whole query manually