SQL Reference Contents
commit - commit the current transaction
commit [transaction|work]
This commands commits the current transaction. All changes
made by the transaction become visible to others and are guaranteed to
be durable if a crash occurs. commit is functionally equivalent to the
end command
abort(l)
, begin(l)
, end(l)
, rollback(l)
.
Table of Contents