Mysql - 查询的排名字段

发布于 2024-09-01 01:33:24 字数 159 浏览 6 评论 0原文

如何在查询结果集中添加包含行排名的字段?

最初我使用 php 对结果进行排名,因为它都在一个页面上。现在我已经添加了多个页面,所以现在即使我在第二页上,页面上的第一个结果仍然是“第一”。显然,我可以将页码乘以每页的结果数,然后添加结果数,但我想查询中有更好的方法。

谢谢,

How can I add a field that contains a rows rank within the result set of a query?

Initially I used php to rank my results as it was all on a single page. Now I have added multiple pages so now even though I am on the second page the first result on the page is still '1st'. Obviously I could multiply the page number by the number of results per page and add the result number but I imagine there is a better way within the query.

Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

王权女流氓 2024-09-08 01:33:24

有几种方法。

There are couple of ways.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文