diff --git a/knowledgebase/part_intersects_previous_part.mdx b/knowledgebase/part_intersects_previous_part.mdx index 5d5787dcf84..4a0f3faec0f 100644 --- a/knowledgebase/part_intersects_previous_part.mdx +++ b/knowledgebase/part_intersects_previous_part.mdx @@ -38,7 +38,7 @@ Execute the following queries on all replicas: ```sql DETACH TABLE table_name; -- Required for DROP REPLICA -SYSTEM DROP REPLICA 'replica_name' FROM ZK PATH '/table_path_in_zk/'; -- It will remove everything from /table_path_in_zk +SYSTEM DROP REPLICA 'replica_name' FROM ZKPATH '/table_path_in_zk/'; -- It will remove everything from /table_path_in_zk ATTACH TABLE table_name; -- Table will be in readonly mode, because there is no metadata in ZK ``` @@ -66,4 +66,4 @@ Related PRs and GitHub issues: - [ClickHouse/ClickHouse#35863](https://github.com/ClickHouse/ClickHouse/issues/35863) ## Versions affected: {#versions-affected} -ClickHouse v 22.12 and prior \ No newline at end of file +ClickHouse v 22.12 and prior