Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Using OVER() to Remove Duplicate Rows

    what about select distinct into ?

    steps:

    1) Select distinct into a temporal table

    2) truncate original table

    3) Insert into original table select from temporal table

    It seems better

Viewing post 1 (of 1 total)