I accidentally deleted some huge number of rows from a table...
How can I roll it back?
I executed the query using PuTTY.
I\'ll be grateful if any of
If you didn't commit the transaction yet, try rollback. If you have already committed the transaction (by commit or by exiting the command line client), you must restore the data from your last backup.
rollback
commit