Select * from tab limit 10000, 20
Select * from tab where id > 10000 limit 20
Select id from tab limit 10000, 20