Viewing 3 posts - 1 through 3 (of 3 total)
@MYDBA
Yes I want to port this code to other platform.
November 30, 2015 at 9:15 am
#1842918
My question is how to solve it, Please don't divert the issue. I have to use the non cte code in different places.
November 29, 2015 at 8:44 pm
#1842780
Thank You guys for your reply,
This is the detailed query
;with cte1(id) AS
{
select MyId from table1 T1
inner join table2 T2
on T2.MyId=T1.MyId
Union ALL
Join Hierarchy_Table HT
on T1.MyId =...
November 29, 2015 at 11:08 am
#1842751