开发者

Mysql fetch data between two rows

开发者 https://www.devze.com 2023-02-28 19:21 出处:网络
Newbie question: I want to get data between two rows, say, row number 5 and row number 10. How can I do that?

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

精彩评论

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

关注公众号