A admin Administrator Staff member Aug 21, 2008 #1 In mysql you can specify the startposition of the result as the offset and limit as the number of rows to be returned. For example; SELECT * FROM TABLE LIMIT $offset, $limit How do I do it in MSSQL? Thanks / Henrik
In mysql you can specify the startposition of the result as the offset and limit as the number of rows to be returned. For example; SELECT * FROM TABLE LIMIT $offset, $limit How do I do it in MSSQL? Thanks / Henrik