常州app网站,地推网app推广平台,肇庆企业网站关键词优化教程,对于网站建设的提问查询前100行
SELECT * FROM table LIMIT 100;
查询后100行
select * from table order by id desc limit 100#xff1b;
查询第6-15行
SELECT * FROM table LIMIT 5,10;查询前100行
SELECT * FROM table LIMIT 100;
查询后100行
select * from table order by id desc limit 100
查询第6-15行
SELECT * FROM table LIMIT 5,10;