This statement is used to undo an ALTER operation.
grammar:
- Undo the ALTER TABLE ROLLUP operation
grammar:
FROM db_name.table_name
- Batch cancel rollup operations based on job id
Notice:
- This command is an asynchronous operation. You need to use to check the task status to confirm whether the execution is successful or not.
grammar:
(To be implemented...)
Undo the ALTER COLUMN operation on my_table.
Undo the ADD ROLLUP operation under my_table.
[CANCEL ALTER TABLE ROLLUP]
FROM example_db.my_table;