SQL help needed [message #186348] |
Mon, 07 August 2006 10:37 |
oranje
Messages: 2 Registered: August 2006 Location: 299 Park Ave, Manhattan, ...
|
Junior Member |
|
|
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.
|
|
|
|
|
|