Webcourse/10-Node.js和数据库/MySQL数据库/事务.md
2020-04-20 10:16:01 +08:00

12 lines
78 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 事务语句
- 开启begin
- 提交commit
- 回滚rollback