mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update aggregatingmergetree.rst
Fixed typo in docs format
This commit is contained in:
parent
f338a747b0
commit
16d7092af0
@ -48,6 +48,7 @@ AggregatingMergeTree
|
||||
Создаём материализованное представление типа AggregatingMergeTree, следящее за таблицей test.visits:
|
||||
|
||||
.. code-block:: sql
|
||||
|
||||
CREATE MATERIALIZED VIEW test.basic
|
||||
ENGINE = AggregatingMergeTree(StartDate, (CounterID, StartDate), 8192)
|
||||
AS SELECT
|
||||
|
Loading…
Reference in New Issue
Block a user