I have a table with to: and from: locations as below
to: from:
chi stl
det chi
stl Chi
What I need to do is create a list of unique pairs where chi stl is the same as stl chi. It doesn't matter which instance I keep only that they are unique pairs.
Any Ideas would be greatly appreciated.
Thanks