Update docs/en/sql-reference/statements/system.md

Co-authored-by: tavplubix <tavplubix@gmail.com>
This commit is contained in:
pdv-ru 2021-08-16 15:50:14 +03:00 committed by GitHub
parent b324d85fbc
commit f9a3998351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,7 +330,7 @@ SYSTEM RESTORE REPLICA [ON CLUSTER cluster_name] [db.]replicated_merge_tree_fami
**Example**
Creating a table on multiple servers. After the replica's root directory is lost, the table will attach as read-only as metadata is missing. The last query needs to execute on every replica.
Creating a table on multiple servers. After the replica's metadata in ZooKeeper is lost, the table will attach as read-only as metadata is missing. The last query needs to execute on every replica.
```sql
CREATE TABLE test(n UInt32)