I have a MySQL table that has about 30k records, of which 2k I estimate are duplicate.
How do I craft a query to show duplicates that share ALL of the following columns STREET_NUMBER, STREET_NAME, UNIT_NUMBER, ZIP_CODE but another column called MLS_ID that are NOT the same?
I only want to see the records where there is a complete match and the MLS_ID is different.