PHP 最受好评的故事
我有 2 张桌子:
故事 ID(整数),内容(文本)
投票 ID (int)、TYPE (int、1 或 0)、ID_STORY (int)
如何让查询返回按投票 (=1) 排序的前 10 个故事?我希望能够打印排名前 10 的故事内容。
我已经尝试了这里为类似问题提供的很多解决方案,但我无法做到正确......
I have 2 tables:
stories
ID (int), CONTENT (text)
votes
ID (int), TYPE (int, 1 or 0), ID_STORY (int)
How can I get the query to return the first top 10 stories ordered by votes (=1) desc.? I want to be able to print the top 10 stories content.
I've tried a lot of solution offered here for similar issues, but I couldn't manage to get it right...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)