From 5e571f881954ca16256e8e39f2836e89161bc57d Mon Sep 17 00:00:00 2001 From: Artur Beglaryan Date: Tue, 14 Apr 2020 20:03:44 +0300 Subject: [PATCH] Update alter.md Duplicated REPLCAE PARTITION link --- docs/en/sql_reference/statements/alter.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/sql_reference/statements/alter.md b/docs/en/sql_reference/statements/alter.md index 885dc138a51..aa04ae65514 100644 --- a/docs/en/sql_reference/statements/alter.md +++ b/docs/en/sql_reference/statements/alter.md @@ -204,7 +204,6 @@ The following operations with [partitions](../../engines/table_engines/mergetree - [DETACH PARTITION](#alter_detach-partition) – Moves a partition to the `detached` directory and forget it. - [DROP PARTITION](#alter_drop-partition) – Deletes a partition. - [ATTACH PART\|PARTITION](#alter_attach-partition) – Adds a part or partition from the `detached` directory to the table. -- [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. - [REPLACE PARTITION](#alter_replace-partition) - Copies the data partition from one table to another and replaces. - [MOVE PARTITION TO TABLE](#alter_move_to_table-partition) (\#alter\_move\_to\_table-partition) - Move the data partition from one table to another.