colA から colB とペアになったすべての行を返すクエリが必要ですが、同じ値を反対方向に重複として扱い、削除する必要があります。
このクエリを説明する最良の方法は、例です。
colA | colB
-----------
abc | def
def | abc
asdf | 1234
1234 | asdf
other| row
1234 | test
SQLマジック
colA | colB
-----------
abc | def
asdf | 1234
other| row
1234 | test
他の方向に「重複」している行を削除します。