参考指南SQL 语句COMMIT版本:1.x本页总览COMMIT Commits the current transaction. Synopsis COMMIT [WORK | TRANSACTION] [AND [NO] CHAIN] Description COMMIT commits the current transaction. All changes made by the transaction become visible to others and are guaranteed to be durable if a crash occurs. Parameters