Instead of updating a particular row, a user forgot to put in the where clause and accidentally updated the entire table, named customer.
The variable error_update_query_id is set to query_id for the mistaken update statement.
How can the current version of the table customer be preserved into the table CUSTOMER_ERROR, and the table CUSTOMER be restored to the version that was in place prior to the update?
YCT
3 weeks, 6 days ago