MSSQL LIMIT/OFFSET

Issue #639 resolved
paj created an issue

MSSQL does not natively support LIMIT with an OFFSET, but it may be possible to emulate the behavior. One option is to use MSSQL 2005's ROW_NUMBER() function; another is just to seek the cursor by the offset.

Comments (2)

  1. Log in to comment