Mysql – SQL: Get all rows with same value in some columns but unique values in some other columns
I'm currently trying to find a way to return all rows in which there is at least one other row with the same values in any number of columns and unique values in any number of other columns. I want…