"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