Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Select nthrow to mth row

    SELECT *

    FROM TableName

    ORDER BY ColumnName ASC

    OFFSET 40 ROWS

    FETCH NEXT 10 ROWS ONLY

    will get 40th row to 50th row

Viewing post 1 (of 1 total)