Equivalent of LIMIT and OFFSET for SQL Server?

Posted by Earlz on Stack Overflow See other posts from Stack Overflow or by Earlz
Published on 2010-01-25T20:33:26Z Indexed on 2010/05/27 2:21 UTC
Read the original article Hit count: 233

Filed under:
|

In PostgreSQL there is the Limit and Offset keywords which will allow very easy pagination of result sets. What is the equivalent syntax for Sql Server?

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server