Update aggregatingmergetree.rst

Fixed typo in docs format
This commit is contained in:
Andrey Dudin 2017-03-22 01:49:33 +03:00 committed by alexey-milovidov
parent f338a747b0
commit 16d7092af0

View File

@ -48,6 +48,7 @@ AggregatingMergeTree
Создаём материализованное представление типа AggregatingMergeTree, следящее за таблицей test.visits:
.. code-block:: sql
CREATE MATERIALIZED VIEW test.basic
ENGINE = AggregatingMergeTree(StartDate, (CounterID, StartDate), 8192)
AS SELECT