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.
下の画像のように、異なるbomid(1と2)から重複したpartidを取得したいと思います。
すでにjoinとhaving句を試しましたが、機能しません。
欲望の出力
--------- partid ---------- 31
これを試して:
SELECT partID FROM myTable GROUP BY partID HAVING COUNT(partID) > 1
ちょっとしたデモはこちらをご覧ください(フィールド名は異なりますが)