SyntaxFix
Write A Post
Hire A Developer
Questions
we can create nested cte.please see the below cte in example
;with cte_data as ( Select * from [HumanResources].[Department] ),cte_data1 as ( Select * from [HumanResources].[Department] ) select * from cte_data,cte_data1