gpt4 book ai didi

用于选择修复行数 "families"的 SQL

转载 作者:行者123 更新时间:2023-11-30 23:40:50 29 4
gpt4 key购买 nike

给定表格

| id | user | 
| 1 | 1 |
| 1 | 2 |
| 1 | 3 |
| 1 | 4 |
| 2 | 5 |
| 2 | 6 |
| 2 | 7 |
| 2 | 8 |

我想编写一个查询,它将返回 id=1 的 3 行和 id=2 的 3 行(顺序无关紧要,但我认为它可以强制执行)。

所以最终结果应该是这样的(注意,每个 id 有 3 行):

| id | user | 
| 1 | 1 |
| 1 | 2 |
| 1 | 3 |
| 2 | 5 |
| 2 | 7 |
| 2 | 8 |

这个SQL应该怎么写?到目前为止,我对 HAVING 的尝试没有带来任何有用的东西。

谢谢,格言。

最佳答案

我希望这个链接对您有所帮助:

http://blog.aharbick.com/2006/09/mysql-groupwise-limiting.html

更多在这个问题的答案中:

mysql limit inside group?

MYSQL - Group by limit

关于用于选择修复行数 "families"的 SQL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3174720/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com