Skip to content
Advertisement

how to change a CTE to a view

I have some code below that is a CTE looking at a view Within a CTE within a CTE. i trying to re code this ( not my code) to have a view look at a view so i can use in a application that dose not support CTEs

I want to see is something like this

Advertisement

Answer

You can use CTEs with views:

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement