queries-limit
select * from 表order by 字段 limit 每页条数 offset 开始的位置;
select * from DEMO order by id limit 10 offset 10;