Exforsys
+ Reply to Thread
Results 1 to 2 of 2

What is the option

This is a discussion on What is the option within the MySQL forums, part of the Database category; I know about Rollback.Is there any other option or clause that can be used along with Rollback....

  1. #1
    Ralph is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    114

    What is the option

    I know about Rollback.Is there any other option or clause that can be used along with Rollback.


  2. #2
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144
    You can use the following option or clause with rollback.

    rollback to savepoint savepoint_name;
    rollback force force_name;

    A rollback undoes all changes in the database that were done in the current transaction. Rollback with savepoint undoes all changes till the savepoint.


Latest Article

Network Security Risk Assessment and Measurement

Read More...