Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Transactions

BEGIN

START TRANSACTION