Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alternative to TOP

Status
Not open for further replies.

ice7899

Programmer
May 14, 2006
59
GB
I've been playing around with changing the number of rows returned using

SELECT TOP 10 FirstName, LastName, BirthDate

FROM Persons

ORDER BY LastName, FirstName

Is it possible to amend the code so that it returns rows 30 to 40 for example?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top