Im attempting to write a query that runs through the whole database and checks the "Owner_Address" and "Situs_Address" fields. When the Owner Address and Situs Address contain the same information, no record is returned by the query, when there is a mismatch a record should be returned.
If Owner_Address & Situs_Address match, then nothing should be returned by the query
For example:
Owner Address: 123 Main Street Situs Address:123 Main Street
This would not return a record because Owner address and Situs Address are the same.
The query should only return mismatches between Owner Address and Situs Address.
For Example:
Owner Address: PO Box 341 Situs Address: 345 Green Hill
This would return a record because there is a mismatch between owner address & Situs address
![]()