At work today, I was updating a database table in oracle.
I tried to update a rows with data 6 with 42 for users in certain category.
But, instead, I left out the user and I updated a whole table with with 42 for all users with 6 in "that" column.
I am using pl/sql developer. I clicked yes to post to database.
I know that updates are autocommit command.
I don't know exactly how many rows were affected, but I know there are no more users with 6 in that column and all of the users with the 6 in that column now has 42 in there.
Question
Is there a way I can undo this mistake?