- 代码:
SELECT * FROM table LIMIT 2 OFFSET 1;
- 代码:
SELECT * FROM table LIMIT 2,1;
参考:http://blog.chinaunix.net/uid-23028928-id-2567738.html
mysql limit语句
标签:div fse code size class ref blog uid .net
SELECT * FROM table LIMIT 2 OFFSET 1;
SELECT * FROM table LIMIT 2,1;
参考:http://blog.chinaunix.net/uid-23028928-id-2567738.html
mysql limit语句
标签:div fse code size class ref blog uid .net