I am trying to find out how I can see in my table where the same set of numbers appears.
Eg. I have a table with 10 columns numbered 1 -10.
each column has a different number from 1 – 10.
I want to see if there is the same number set in any rows.
Eg. Row 1 : 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Row 2 : 2, 3, 4, 5, 6, 7, 8, 9, 10, 1
These are different but they have the same numbers in them so I want to remove any number sets that are similar in this regard.
AlwaysThatGuy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.