mysql limit

limit n,m
取出第n行到第m行的数据
limit n
相当于 limit 0,n
原文地址:https://www.cnblogs.com/perl6/p/7057639.html