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
I also had deleted some values from my development database, but I had the same copy in QA database, so I did a generate script and selected option "type of data to script" to "data only" and selected my table.
Then I got the insert statements with same data, and then I run the script on my development database.