mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 11:02:08 +00:00
Merge pull request #65778 from linhgiang24/patch-1
fixed misspelled word
This commit is contained in:
commit
cf195a0b6f
@ -134,8 +134,8 @@ PRIMARY KEY (event_type, ts)
|
|||||||
ORDER BY (event_type, ts, browser)
|
ORDER BY (event_type, ts, browser)
|
||||||
SETTINGS index_granularity = 8192
|
SETTINGS index_granularity = 8192
|
||||||
|
|
||||||
-- !!! The columns' definition is unchanged but it does not matter, we are not quering
|
-- !!! The columns' definition is unchanged but it does not matter, we are not querying
|
||||||
-- MATERIALIZED VIEW, we are quering TO (storage) table.
|
-- MATERIALIZED VIEW, we are querying TO (storage) table.
|
||||||
-- SELECT section is updated.
|
-- SELECT section is updated.
|
||||||
|
|
||||||
SHOW CREATE TABLE mv FORMAT TSVRaw;
|
SHOW CREATE TABLE mv FORMAT TSVRaw;
|
||||||
|
Loading…
Reference in New Issue
Block a user