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 です。
ありがとう、
アレックス。