File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Execute the following queries on all replicas:
3838``` sql
3939DETACH 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
4343ATTACH 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
You can’t perform that action at this time.
0 commit comments