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语句。
A COMMIT statement controls the unit of work.
commit语句控制工作单元。
Before issuing the COMMIT, you could roll back the work using the ROLLBACK statement.
在发出COMMIT之前,可以使用rollback语句回滚工作。
Before issuing the COMMIT, you could roll back the work using the ROLLBACK statement.
在发出COMMIT之前,可以使用rollback语句回滚工作。
应用推荐