Merge pull request #20572 from pokoli/patch-1

Fix typo on tutorial
This commit is contained in:
alexey-milovidov 2021-02-17 00:48:45 +03:00 committed by GitHub
commit 3780ecef06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -644,7 +644,7 @@ If there are no replicas at the moment on replicated table creation, a new first
``` sql
CREATE TABLE tutorial.hits_replica (...)
ENGINE = ReplcatedMergeTree(
ENGINE = ReplicatedMergeTree(
'/clickhouse_perftest/tables/{shard}/hits',
'{replica}'
)