Forum Replies Created

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

  • RE: need help

    finally i got the solution

    select groupid from #temp group by groupid

    Having Count(distinct clientcode) =

    (

    Select count(*) from

    (select distinct clientcode from #temp) X

    )

  • RE: Recursive CTE

    Thanks Mark..

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