Hello:I need to compare the third column: Month each row. For example: the second row of Month at original table is 2,The comparable table is 3. The twelfth column of Month at original table is 12. The comparable table is 13.original tableName NameID Month Base FactorJJ 2222 1 1 0JJ 2222 2 2 0JJ 2222 3 3 0JJ 2222 4 4 0JJ 2222 5 5 0JJ 2222 6 6 0JJ 2222 7 7 0JJ 2222 8 8 0JJ 2222 9 9 0JJ 2222 10 10 0JJ 2222 11 11 0JJ 2222 12 12 0
Comparable tableName NameID Month Base FactorJJ 2222 1 1 0JJ 2222 3 3 0JJ 2222 4 4 0JJ 2222 5 5 0JJ 2222 6 6 0JJ 2222 7 7 0JJ 2222 8 8 0JJ 2222 9 9 0JJ 2222 10 10 0JJ 2222 11 11 0JJ 2222 12 12 0JJ 2222 13 12 0
If there is the difference, give the message: it is different.Is any idea how to accomplish this?Thank you very much