Hi All,
I want to compare column vs column(with in same table) and report any data has been modified or not,
Requirement:
Example I have list of column separately
1)Take the column list one by one for eg Column1
2)look for that column in the table
3)now take 'Right_Column1'
4)compare data both, if same, no action required, if different, write' yes' in modification column
5)Now take the next column in 'list of columns', here we go with coloumn2
6)look for the column in table
7)now take 'Right_column2'
8)compare data of both, if same, no action required, if different, write' yes' in modification column
9)do this until list of columns are completed,
| Column1 | Column2 | Column3 | Column4 | Right_Column1 | Right_Column2 | Right_Column3 | Right_Column4 | Column5 | Column6 | Modification |
| Apple | 26 | Northwest | c12 | Apple | 26 | Northwest | c12 | ee | ew | No |
| Orange | 45 | Southeast | d34 | grape | 45 | Southeast | d34 | we | ut | Yes |
| List of Coolum's |
| Column1 |
| Column2 |
| Column3 |
| Column4 |