Is it possible to specify an offset for select query on a table ?
Asked
Active
Viewed 50 times
1 Answers
1
It's not currently supported. Some alternatives are below. But they depend on the use-case
- Adding an index field to tables and querying on that range
- Using something like timestamps to filter results
- Indexing all the results in your own SQL table

Kitty Kad
- 412
- 1
- 7