【mysql limit语句】
SELECT * FROM table LIMIT 2 OFFSET 1;
SELECT * FROM table LIMIT 2,1;
参考:http://blog.chinaunix.net/uid-23028928-id-2567738.html