Skip to content

Commit 85bbe9c

Browse files
authored
Merge pull request #4431 from vitaliyf/patch-1
2 parents 61fec37 + 29fade3 commit 85bbe9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledgebase/part_intersects_previous_part.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Execute the following queries on all replicas:
3838
```sql
3939
DETACH TABLE table_name; -- Required for DROP REPLICA
4040

41-
SYSTEM DROP REPLICA 'replica_name' FROM ZK PATH '/table_path_in_zk/'; -- It will remove everything from /table_path_in_zk
41+
SYSTEM DROP REPLICA 'replica_name' FROM ZKPATH '/table_path_in_zk/'; -- It will remove everything from /table_path_in_zk
4242

4343
ATTACH TABLE table_name; -- Table will be in readonly mode, because there is no metadata in ZK
4444
```
@@ -66,4 +66,4 @@ Related PRs and GitHub issues:
6666
- [ClickHouse/ClickHouse#35863](https://github.com/ClickHouse/ClickHouse/issues/35863)
6767

6868
## Versions affected: {#versions-affected}
69-
ClickHouse v 22.12 and prior
69+
ClickHouse v 22.12 and prior

0 commit comments

Comments
 (0)