未验证 提交 84e9280b 编写于 作者: A alexey-milovidov 提交者: GitHub

Merge pull request #9110 from den-crane/patch-15

Doc change. Rename the chapter {alter_move-partition} to {alter_move_to_table-partition}
...@@ -192,7 +192,7 @@ The following operations with [partitions](../operations/table_engines/custom_pa ...@@ -192,7 +192,7 @@ The following operations with [partitions](../operations/table_engines/custom_pa
- [REPLACE PARTITION](#alter_replace-partition) - Copies the data partition from one table to another. - [REPLACE PARTITION](#alter_replace-partition) - Copies the data partition from one table to another.
- [ATTACH PARTITION FROM](#alter_attach-partition-from) – Copies the data partition from one table to another and adds. - [ATTACH PARTITION FROM](#alter_attach-partition-from) – Copies the data partition from one table to another and adds.
- [REPLACE PARTITION](#alter_replace-partition) - Copies the data partition from one table to another and replaces. - [REPLACE PARTITION](#alter_replace-partition) - Copies the data partition from one table to another and replaces.
- [MOVE PARTITION](#alter_move-partition) - Move the data partition from one table to another. - [MOVE PARTITION TO TABLE] (#alter_move_to_table-partition) - Move the data partition from one table to another.
- [CLEAR COLUMN IN PARTITION](#alter_clear-column-partition) - Resets the value of a specified column in a partition. - [CLEAR COLUMN IN PARTITION](#alter_clear-column-partition) - Resets the value of a specified column in a partition.
- [CLEAR INDEX IN PARTITION](#alter_clear-index-partition) - Resets the specified secondary index in a partition. - [CLEAR INDEX IN PARTITION](#alter_clear-index-partition) - Resets the specified secondary index in a partition.
- [FREEZE PARTITION](#alter_freeze-partition) – Creates a backup of a partition. - [FREEZE PARTITION](#alter_freeze-partition) – Creates a backup of a partition.
...@@ -285,7 +285,7 @@ For the query to run successfully, the following conditions must be met: ...@@ -285,7 +285,7 @@ For the query to run successfully, the following conditions must be met:
- Both tables must have the same structure. - Both tables must have the same structure.
- Both tables must have the same partition key. - Both tables must have the same partition key.
#### MOVE PARTITION {#alter_move-partition} #### MOVE PARTITION TO TABLE {#alter_move_to_table-partition}
``` sql ``` sql
ALTER TABLE table_source MOVE PARTITION partition_expr TO TABLE table_dest ALTER TABLE table_source MOVE PARTITION partition_expr TO TABLE table_dest
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册