Does MySQL allow the use of nested transactions?
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- mySQL alter table on update, current timestamp
InnoDB
supportsSAVEPOINTS
.You can do the following:
From MySQL documentation:
If you using php, then you could be interesting in https://github.com/Enelar/phpsql It support mysql and pgsql, and extendable to other connectors.