If any Provision to Know the Updated records data. [message #315605] |
Tue, 22 April 2008 02:49  |
|
Hai,
I want to known how to, If i made any modification in a row of table and then i forget the modification made, If any provision to known the previous data of the row.
Example:
Select Emplcode,Empladdr from emplmast where emplcode = 1;
Emplcode empladdr
-------- --------------------------------------
1 No: 12 Chennai TN.
Update Emplmast set empladdr = 'NO: 15, Chennai TN.' where emplcode =1;
1 row updated.
commit;
After commit i want to see the previous address. How to known it.
|
|
|
|