COMMIT
RisingWave supports read-only transactions. You can use the COMMIT
command to commit the current transaction. For more information about transactions in RisingWave, see Transactions.
You can start a read-only transaction by using the BEGIN READ ONLY
or START TRANSACTION READ ONLY
command.
Syntax
COMMIT;
Example
COMMIT;
-------RESULT
COMMIT