MYSQL – How to find registers with same data in a field, but different data in another field?
I'm trying to identify in my database which users are using other users' "IDs". MY DB: ID | NAME | CARDNUMBER | SHOPNUMBER 1 JO 1234 73839 2 ANDY 9876 79487 3 KARL 5432 87399 4 MIKE 1234 53637 I…