开发者

Mysql fetch data between two rows

Newbie question: I want to get data between two rows, say, row number 5 and row number 10. How can I do that? There is no id or any integer column in the 开发者_开发问答table and I cannot modify the table.


You can use limit

select * from `table` limit 4,5;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜