Hi,
I am going to be given two list of records which I am going to put in two different tables.
so one list I am going to put into table A and list 2 I am putting in table B. List 2 is the same data as list 1 except list 1 has Septembers data and list 2 has Octobers data; and both list has about 12 columns each.
What they want me to do is actually compare, for each record, each column of data and see if there is a change.
So if in record1 columnA = 21 and ColumnB = 43
and in record2 columnA = 21 and ColumnB = 22
this would be shown as a record that changed
The problem is that I do not know how you would write a select statement to compare column by column like this, can some one please help me.
Thank you
I am going to be given two list of records which I am going to put in two different tables.
so one list I am going to put into table A and list 2 I am putting in table B. List 2 is the same data as list 1 except list 1 has Septembers data and list 2 has Octobers data; and both list has about 12 columns each.
What they want me to do is actually compare, for each record, each column of data and see if there is a change.
So if in record1 columnA = 21 and ColumnB = 43
and in record2 columnA = 21 and ColumnB = 22
this would be shown as a record that changed
The problem is that I do not know how you would write a select statement to compare column by column like this, can some one please help me.
Thank you