Link to home
Start Free TrialLog in
Avatar of pda4me
pda4me

asked on

Complicated Duplicate Records MySQL Query

I have a table that I know has duplicate records.  The columns are named:STREET_NUMBER, STREET_NAME, STREET_TYPE, STREET_DIRECTION, UNIT_NUMBER

There is also a column called MLS_ID that makes this query difficult.

What is the proper SQL syntax to compare the address columns and display records where the MLS_ID do NOT match but the other columns DO match.

SOLUTION
Avatar of PranjalShah
PranjalShah
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of Nem Schlecht
Nem Schlecht
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial