|
-
Jan 15th, 2003, 11:28 AM
#1
Thread Starter
PowerPoster
MySQL >>MS SQL transisiton problem.
In MySQL you can use the limit function to return a subset of a query:
SELECT * FROM names LIMIT (5,15)
What's an easy way to do it in SQL Server? (I know somebody is going to say use top, as in SELECT TOP 10 * FROM names, but that gets the top 10, not items 5 through 15...) Any other suggestions?
Thanks!!
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|