Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The easiest alternative is using a where clause and filtering by an ID range. Eg: "WHERE id between 1000 and 1200". But this introduces a ton of limitations with how you can sort and filter, so the general advice of not using LIMIT and OFFSET has a ton of caveats.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: