COMMIT
¶
Commit the current transaction
Table of contents
Description¶
The statement commits the current transaction.
As CrateDB does not support transactions, the only effect of this command is
to close all existing cursors WITHOUT HOLD
in the current session.