top | item 43620446

(no title)

tmstieff | 10 months ago

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.

discuss

order

No comments yet.