普通的update操作,只要我資料庫是支持自動commit的話,普通的update就不必要執行commit吧?
mysql> show variables like '%autocommit%';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| autocommit | ON |
+---------------+-------+
1 row in set (0.00 sec)
mysql>
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/233658.html
標籤:數據庫
