I tried to find something on forum but, no success. I was manipulating data into Interactive SQL and accidentaly deleted a row. Is there any way to recover this row ? Like an Undo or somthing like this ? Thanks for your help. |
The ROLLBACK statement is your "undo" in SQL... it will work until the the change is committed:
See Executing COMMIT and ROLLBACK statements in Interactive SQL Thanks Mr Breck, works very fine. It looks simple, but just before you know it. Thanks a lot again.
(27 Dec '12, 12:18)
RDPSispetro
|