mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update ASTCreateQuery.cpp
This commit is contained in:
parent
adde67358a
commit
738265eed2
@ -268,7 +268,7 @@ void ASTCreateQuery::formatQueryImpl(const FormatSettings & settings, FormatStat
|
||||
what = "MATERIALIZED VIEW";
|
||||
else if (is_live_view)
|
||||
what = "LIVE VIEW";
|
||||
if (is_window_view)
|
||||
else if (is_window_view)
|
||||
what = "WINDOW VIEW";
|
||||
|
||||
settings.ostr
|
||||
|
Loading…
Reference in New Issue
Block a user