The commit statement restores the session data to the previous commit or rollback statement.
提交语句会将会话数据恢复为之前的提交或回滚语句。
Be sure to issue the COMMIT statement frequently in your application.
要确保在您的应用程序中经常发出commit语句。
Issuing a COMMIT records all the work since the last COMMIT statement "for keeps" in the database.
发出commit会将自上一个commit语句之后的所有工作“永远”记录到数据库中。
应用推荐