select * from table LIMIT 5,10; #返回第6-15行数据
select * from table LIMIT 5; #返回前5行
select * from table LIMIT 0,5; #返回前5行
select * from table LIMIT 5; #返回前5行
select * from table LIMIT 0,5; #返回前5行
3万+
1078
1071

被折叠的 条评论
为什么被折叠?