Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions knowledgebase/part_intersects_previous_part.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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
ClickHouse v 22.12 and prior