Comparing Rows using a SQL Macro
How to find out and report the differences between two rows? You can easily check they are different using MINUS or GROUP BY, but if you want to know in what column(s) the difference is, you can use...
blog.sqlora.com