You are viewing a single comment's thread. Return to all comments →
SELECT f1.X, f1.Y FROM Functions f1 INNER JOIN Functions f2 ON f1.Y = f2.X WHERE f1.X = f2.Y GROUP BY f1.X, f1.Y HAVING COUNT(*) > 1 OR f1.X < f1.Y ORDER BY f1.X;
Seems like cookies are disabled on this browser, please enable them to open this website
Symmetric Pairs
You are viewing a single comment's thread. Return to all comments →