Viewing 5 posts - 1 through 5 (of 5 total)
Sean Lange (1/14/2015)
edberg16 (1/14/2015)
Mark,I am trying to run the query without Path column but I end up with limited result set.
Any suggestions.
Thanks.
What does that mean? Can you share the code...
January 14, 2015 at 4:22 pm
Mark,
I am trying to run the query without Path column but I end up with limited result set.
Any suggestions.
Thanks.
January 14, 2015 at 3:36 pm
Mark Cowne (1/13/2015)
edberg16 (1/13/2015)
Thanks Mark Cowne.When I try to run the query, its giving following error:
A non-recursive WITH clause or view should not reference itself within its own definition.
Works...
January 13, 2015 at 11:19 am
Thanks Mark Cowne.
When I try to run the query, its giving following error:
A non-recursive WITH clause or view should not reference itself within its own definition.
January 13, 2015 at 10:15 am
Thanks Sean.
CREATE TABLE #tree
(
Childid varchar(20),
...
January 13, 2015 at 9:14 am
Viewing 5 posts - 1 through 5 (of 5 total)