There are two tables with identical structure.
Let’s assume the number of rows in both is equal.
how would you check if all rows are equal? Is there any faster way than comparing every column value of a given row with the same id in both tables?
There are two tables with identical structure. Let’s assume the number of rows in
Share
Try this:
If anything is returned then they are not equal.