Jump to content

help with limit in a sql query


turkman

Recommended Posts

I'm wondering if its possible to get a record of all but the 100 most recent entries using the a lastpost datetime()

 

i.e SELECT * FROM table WHERE replytoo = '0' ORDER BY Lastpost desc LIMIT(100,1000)

 

so this query would put the most recently posted records on top then ignore the first 100 and extract 100 to 1000 for example

 

??

 

Can you use limit like this?

Link to comment
https://forums.phpfreaks.com/topic/193996-help-with-limit-in-a-sql-query/
Share on other sites

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.