on 2012 Dec 27 8:33 AM
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.
Request clarification before answering.
The ROLLBACK statement is your "undo" in SQL... it will work until the the change is committed:
when an explicit COMMIT statement is executed,
when an implicit commit is performed; e.g., by a CREATE TABLE statement,
when you exit Interactive SQL with the commit_on_exit option set to 'ON' (the default).
See Executing COMMIT and ROLLBACK statements in Interactive SQL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
21 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.