My table project has 20 columns. One of the column called 'operation' has 'U' for Update and 'I' for Insert showing that something has been updated or inserted in that particular row. I have to compare the rows and show both what the old value was and the new value that was updated is. So my table should look something like this:
updateddate updatedby old-value new-value
with date prompt for user to enter.
Any help with be greatly appreciated.
updateddate updatedby old-value new-value
with date prompt for user to enter.
Any help with be greatly appreciated.