limit,limit 数字(限制行数) offset 数字(跳过行数)
select 列名 from 表名 limit 开始行数,结束行数
select 列名 from 表名 limit 开始行数 offset 跳过行数