Skip to content
Dell Data Analytics Engine 413-e.18 LTS logo
COMMIT
Type to start searching
    • SQL statement syntax
    • Overview
    • Features, use cases, and support
    • For all users
    • Starburst Enterprise web UI
    • Clients
    • Data products
    • Insights
    • For data engineers
    • Query optimizer
    • Developer guide
    • For platform administrators
    • Manual installation and license
    • Deploying with Kubernetes
    • Performance, logging, and governance features
    • Security
    • Starburst Enterprise REST API
    • Data sources
    • Connector overview
    • Object storage connectors
    • Non-object storage connectors
    • Utilities
    • Starburst connectors feature matrix
    • SQL reference
    • SQL language
    • SQL statement syntax
      • Statement listing
        • Statements A-F
        • Statements G-R
        • Statements S-Z
    • Functions and operators
    • Version information
    • 413-e.18 LTS and others
    • Release notes
    • Appendix
    • Version-specific notices and information
    •  
    • 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 MATERIALIZED VIEW