//查询前10行数据
select * from table limit 10
//查询10行数据,从第10行的下一行数据开始
select * from table limit 10 offset 10
京公网安备 11010502049817号