79287344

Date: 2024-12-17 09:47:49
Score: 1
Natty:
Report link

"to get same batch again"? Maybe you are talking about pagination?

Try offset and limit,

and to keep "same batch", an order by will be good

SELECT * TABEL order by field limit 10 offset 10
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Andy Su