I am using the except syntax in postgreSQL to check if the addresses from the two table matches and below are the values that are not matching.
select Address from allsalesdata
except
select Address from addresses
I have copied the missing addresses and pasted into Excel to check against the data source (addresses) and I cannot spot the differences. I have checked both, if and exact formulas in Excel to check if the two values are matching and the answer was in negative. How to spot the differences between the two column values in SQL?
allsalesdata addresses
111 Thoroughbred Avenue 111 Thoroughbred Avenue
222 Bannerdale Blvd 222 Bannerdale Blvd
3333 Stampede Drive 3333 Stampede Drive
444 Stampede Drive 444 Stampede Drive
555 Thoroughbred Avenue 555 Thoroughbred Avenue