If I a table:
X1 X2
1 2
2 1
3 2
I want to remove the duplicated pairs regardless of whether they are in X1 or X2 and to return either
X1 X2
1 2
3 2
or
X1 X2
2 1
3 2
Is there a way to do this?
mysql, sql, oracle, I think your problem is related to a single tag?