-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[doc]Refresh table statement document modification #1843
base: master
Are you sure you want to change the base?
Conversation
|
||
```sql | ||
CANCEL ALTER TABLE COLUMN | ||
FROM db_name.table_name | ||
CANCEL ALTER TABLE COLUMN|ROLLUP FROM <db_name>.<table_name> [ <job_id1> [ , <job_id2> ... ]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CANCEL ALTER TABLE COLUMN|ROLLUP FROM <db_name>.<table_name> [ <job_id1> [ , <job_id2> ... ]] | |
CANCEL ALTER TABLE { COLUMN | MATERIALIZED VIEW | ROLLUP } | |
FROM <db_name>.<table_name> [ ( <job_id1> [ , <job_id2> ... ] ) ] |
``` | ||
|
||
2. Undo the ALTER TABLE ROLLUP operation | ||
## Required Parameters | ||
**1. `COLUMN|ROLLUP`** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**1. `COLUMN|ROLLUP`** | |
**1. `{ COLUMN | ROLLUP }`** |
```sql | ||
(To be implemented...) | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这是个未完成的TODO?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
原始的官网是这样写的
DESC TABLE
CANCEL ALTER TABLE
TRUNCATE TABLE
DROP TABLE
SHOW CREATE TABLE