|
COMMITNameCOMMIT — Commits the current transactionCOMMIT [ WORK | TRANSACTION ] Inputs
Outputs
DescriptionCOMMIT commits the current transaction. All changes made by the transaction become visible to others and are guaranteed to be durable if a crash occurs. NotesThe keywords WORK and TRANSACTION are noise and can be omitted. Use ROLLBACK to abort a transaction. UsageTo make all changes permanent: COMMIT WORK; CompatibilitySQL92SQL92 only specifies the two forms COMMIT and COMMIT WORK. Otherwise full compatibility. |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |