Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Lowest Child in recusive query

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

  • RE: Lowest Child in recusive query

    Mark,

    I am trying to run the query without Path column but I end up with limited result set.

    Any suggestions.

    Thanks.

  • RE: Lowest Child in recusive query

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

  • RE: Lowest Child in recusive query

    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.

  • RE: Lowest Child in recusive query

    Thanks Sean.

    CREATE TABLE #tree

    (

    Childid varchar(20),

    ...

Viewing 5 posts - 1 through 5 (of 5 total)