Skip to content
Dell Data Analytics Engine 443-e.26 LTS logo
COMMIT
Type to start searching
    • SQL statement syntax

    Get started

    • What is Starburst Enterprise?
    • Learn Starburst Enterprise
    • Versions
    • Release notes
    • Get support

    For all users

    • Starburst Enterprise web UI
    • Clients
    • Data products
    • Insights

    Use SQL

    • SQL language
    • SQL statement syntax
      • Statement listing
        • Statements A-F
          • ALTER MATERIALIZED VIEW
          • ALTER SCHEMA
          • ALTER TABLE
          • ALTER VIEW
          • ANALYZE
          • CALL
          • COMMENT
          • COMMIT
            • Synopsis
            • Description
            • Examples
            • See also
          • CREATE FUNCTION
          • CREATE MATERIALIZED VIEW
          • CREATE ROLE
          • CREATE SCHEMA
          • CREATE TABLE
          • CREATE TABLE AS
          • CREATE VIEW
          • DEALLOCATE PREPARE
          • DELETE
          • DENY
          • DESCRIBE
          • DESCRIBE INPUT
          • DESCRIBE OUTPUT
          • DROP FUNCTION
          • DROP MATERIALIZED VIEW
          • DROP ROLE
          • DROP SCHEMA
          • DROP TABLE
          • DROP VIEW
          • EXECUTE
          • EXECUTE IMMEDIATE
          • EXPLAIN
          • EXPLAIN ANALYZE
        • Statements G-R
        • Statements S-Z
    • Functions and operators
    • SQL routines

    For data engineers

    • Define catalogs
    • Materialized views
    • Query optimizer

    Connect to data sources

    • Connector overview
    • Object storage connectors
    • Non-object storage connectors
    • Utilities
    • Community-supported connectors
    • Starburst connectors feature matrix
    • Monitor and manage cost and performance

    For platform administrators

    • Administration topics
    • Performance, logging, and governance features
    • Security
    • Starburst Enterprise REST API

    SEP deployment mechanisms

    • Starburst Enterprise license
    • Deploy with Kubernetes
    • Manual installation and license

    Appendix

    • Trino developer guide
    • Version-specific notices and information
    • Topic areas
    • COMMIT
      • Synopsis
      • Description
      • Examples
      • See also

    COMMIT#

    Synopsis#

    COMMIT [ WORK ]
    

    Description#

    Commit the current transaction.

    Examples#

    COMMIT;
    COMMIT WORK;
    

    See also#

    ROLLBACK, START TRANSACTION

    Previous COMMENT
    Next CREATE FUNCTION