Thread
:
how to use Limit in Sql server
View Single Post
urstop
Contributor
16Dec2009,00:39
You can use TOP to get the required number of records from the starting position in the result set, but there is no direct way to get records from a specific position as we have with LIMIT.