Hi,
I have a question regarding the rollback of transaction
I have a table EMP
table structrue is: EmpID, DeptID
I fired this query accidently
update EMP set DeptID=10
NOW, its has modified all the rows.
How can I rollback this transaction.
Plsae let me know
I have a question regarding the rollback of transaction
I have a table EMP
table structrue is: EmpID, DeptID
I fired this query accidently
update EMP set DeptID=10
NOW, its has modified all the rows.
How can I rollback this transaction.
Plsae let me know
Comment