You are viewing a single comment's thread. Return to all comments →
from Functions f inner join Functions f1 on f.X = f1.Y and f.Y = f1.X where f.x <= f.y group by f.x,f.Y having f.x < f.y or (f.x=f.y and count(*)>1) order by f.x, f.y
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 →