select * from users where users.id> (select max(id) from (select id from users limit(70)) as t) limit(20)