Skip to content
Dell Data Analytics Engine 429-e.19 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
    • Use SQL
    • SQL language
    • SQL statement syntax
      • Statement listing
        • Statements A-F
          • ALTER MATERIALIZED VIEW
          • ALTER SCHEMA
          • ALTER TABLE
          • ALTER VIEW
          • ANALYZE
          • CALL
          • COMMENT
          • Comments
          • COMMIT
            • COMMIT
              • Synopsis
              • Description
              • Examples
              • See also
          • CREATE MATERIALIZED VIEW
          • CREATE ROLE
          • CREATE SCHEMA
          • CREATE TABLE
          • CREATE TABLE AS
          • CREATE VIEW
          • DEALLOCATE PREPARE
          • DELETE
          • DENY
          • DESCRIBE
          • DESCRIBE INPUT
          • DESCRIBE OUTPUT
          • DROP MATERIALIZED VIEW
          • DROP ROLE
          • DROP SCHEMA
          • DROP TABLE
          • DROP VIEW
        • Statements G-R
        • Statements S-Z
    • Functions and operators
    • For data engineers
    • Define catalogs
    • Materialized views
    • Query optimizer
    • Developer guide
    • Connect to data sources
    • Connector overview
    • Object storage connectors
    • Non-object storage connectors
    • Utilities
    • Starburst connectors feature matrix
    • For platform administrators
    • Administration topics
    • Performance, logging, and governance features
    • Security
    • Starburst Enterprise REST API
    • SEP deployment mechanisms
    • Starburst Enterprise license
    • Deploying with Kubernetes
    • Manual installation and license
    • Version information
    • 429-e.9 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 Comments
    Next CREATE MATERIALIZED VIEW