I have a table with
John Doe, 123 main street
Bo Derek, 123 main street
in the same table. Name and Addr are in same table, different columns.
I'd like to check for dupe addressess with different name, indicating that the property may have been sold to Bo Derek from John Doe.
I can find dupes, but need to have it check both columns for differences
(show me records of addresses with two (or more) different owners)
Thank you.
John Doe, 123 main street
Bo Derek, 123 main street
in the same table. Name and Addr are in same table, different columns.
I'd like to check for dupe addressess with different name, indicating that the property may have been sold to Bo Derek from John Doe.
I can find dupes, but need to have it check both columns for differences
(show me records of addresses with two (or more) different owners)
Thank you.
Last edited: