ColumnStore Rollback
The ROLLBACK
statement undoes transactions that have not been permanently saved to the database with the COMMIT
statement. You cannot rollback changes to table properties including ALTER
, CREATE
, or DROP TABLE
statements.
This page is: Copyright © 2025 MariaDB. All rights reserved.
Last updated
Was this helpful?