Jump to content

[SOLVED] SQL equivalent for MySQL "LIMIT"?...


ShootingBlanks

Recommended Posts

Hello.

 

I know that if I wanted, say, records 6-10 of a query in MySQL I'd just tack on "LIMIT 5,5" to the end of my query.  But what about in SQL?  Is that possible?...

 

I know to get the first, say, 15 records you'd say "SELECT TOP(15)" but I don't know how to select a certain number of records starting from in the middle of the recordset...

 

Thanks!...

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.