Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Wrong "row_number" behaviour

    Eddited, because I missed part of requirements. This should perform better than following solution.

    ;with a as(

    Select

    ROW_NUMBER() OVER ( Partition by...

Viewing post 1 (of 2 total)