-
Notifications
You must be signed in to change notification settings - Fork 263
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
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.
原始的官网是这样写的
# Conflicts: # docs/sql-manual/sql-statements/table-and-view/table/CANCEL-ALTER-TABLE.md # docs/sql-manual/sql-statements/table-and-view/table/DESC-TABLE.md # docs/sql-manual/sql-statements/table-and-view/table/DROP-TABLE.md # docs/sql-manual/sql-statements/table-and-view/table/SHOW-CREATE-TABLE.md # docs/sql-manual/sql-statements/table-and-view/table/TRUNCATE-TABLE.md # i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/table/CANCEL-ALTER-TABLE.md # i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/table/DESC-TABLE.md # i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/table/DROP-TABLE.md # i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/table/SHOW-CREATE-TABLE.md # i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/table/TRUNCATE-TABLE.md
DESC TABLE CANCEL ALTER TABLE TRUNCATE TABLE DROP TABLE SHOW CREATE TABLE
DESC TABLE CANCEL ALTER TABLE TRUNCATE TABLE DROP TABLE SHOW CREATE TABLE
DESC TABLE CANCEL ALTER TABLE TRUNCATE TABLE DROP TABLE SHOW CREATE TABLE
DESC TABLE CANCEL ALTER TABLE TRUNCATE TABLE DROP TABLE SHOW CREATE TABLE
DESC TABLE CANCEL ALTER TABLE TRUNCATE TABLE DROP TABLE SHOW CREATE TABLE
DESC TABLE
CANCEL ALTER TABLE
TRUNCATE TABLE
DROP TABLE
SHOW CREATE TABLE