Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Common Table Expressions

    hi, hi don't see the advantage of CTE to temp Tables like in the example below. Is there any advantage?

    WITH

    CountEmployees(dept_id, n) AS

    ( SELECT dept_id,...

Viewing post 1 (of 1 total)