Home
SQL / MySQL
Aggregate Functions
Backup Load
Command MySQL
Cursor
Data Type
Database
Date Time
Engine
Event
Flow Control
FullText Search
Function
Geometric
I18N
Insert Delete Update
Join
Key
Math
Procedure Function
Regular Expression
Select Clause
String
Table Index
Transaction
Trigger
User Permission
View
Where Clause
XML
Transaction « Procedure Function « SQL / MySQL
SQL / MySQL
Procedure Function
Transaction
1.
START TRANSACTION
2.
Start and commit a TRANSACTION
3.
Commit an update in a procedure
4.
savepoint example
5.
ROLLBACK TO a save point in a procedure
6.
Deal with cursor within a TRANSACTION
7.
ROLLBACK in a procedure