Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
67 Points
164 Posts
Apr 06, 2012 04:25 PM|LINK
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.
If there is the difference, give the message: it is different.
Is any idea how to accomplish this?
Thank you very much
Original Table
Name NameID Month Base Factor JJ 22 1 1 0 JJ 22 2 2 0 JJ 22 3 3 0 JJ 22 4 4 0 JJ 22 5 5 0 JJ 22 6 6 0 JJ 22 7 7 0 JJ 22 8 8 0 JJ 22 9 9 0 JJ 22 10 10 0 JJ 22 11 11 0 JJ 22 12 12 0 Comparable table Name NameID Month Base Factor JJ 22 1 1 0 JJ 22 3 3 0 JJ 22 4 4 0 JJ 22 5 5 0 JJ 22 6 6 0 JJ 22 7 7 0 JJ 22 8 8 0 JJ 22 9 9 0 JJ 22 10 10 0 JJ 22 11 11 0 JJ 22 12 12 0 JJ 22 13 12 0
customer22
Member
67 Points
164 Posts
How to compare each row of the column
Apr 06, 2012 04:25 PM|LINK
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.
If there is the difference, give the message: it is different.
Is any idea how to accomplish this?
Thank you very much
Original Table