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.
同じ値の出現回数が最も多いテーブルから列の組み合わせを取得するための SQL クエリを作成しようとしています。例:
id a b c d e 1 0 3 5 7 1 2 0 3 5 7 2 3 0 3 5 7 3 4 1 4 6 8 2 5 1 4 6 8 3 6 2 2 2 2 5
出力: 0 3 5 7