mysql 数据的某个范围

select * from table_name where limit num1, num2;
num1 : 开始条目
    num2 :选择数目
原文地址:https://www.cnblogs.com/chengbao/p/5387150.html