语句为: select * from 表名 limit 起始位置下标(从0开始, 输出行数 举例为: 首先,执行: select * from people结果为:然后执行: select * from people limit 1,2执行结果为: 相关文章: