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
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