Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个似乎无法解决的问题。
我已经看到很多关于在 MySQL 中分组后获取前 x 行的问题。
但是我遇到了一个问题,我表中的每个组都没有我想要获得的不同数量的顶行。
有什么简单的方法可以解决这个问题吗?
我不能只是联合每个有限的组,因为我事先并不知道所有的组,组只是一个 ID。
谢谢,
亚历克斯。