Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Loop to count

    Hi,

    Maybe I'm missing something here, but why bother with a script?

    Simply use the unpivot function and then query as normal:

    WITH P

    AS (SELECT EMPLOYID,

    ...

Viewing post 1 (of 1 total)