T-SQL UNION 查询返回同一表中具有最高和最低评级的项目
我想在 T-SQL 中编写一个存储过程,以返回 Articles 表中评级最高的前 5 篇文章和评级最低的 5 篇文章,由“评级”列确定。
我正在考虑在两个选择上使用联合,但我不确定如何编写它。
I want write a stored proc in T-SQL to return the top 5 most highly rated and the bottom 5 most lowly rated articles from an Articles table, determined by the 'rating' column.
I was thinking of using a union on two selects but I'm not sure how to write it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)