Update ASTCreateQuery.cpp

This commit is contained in:
Kseniia Sumarokova 2021-12-03 18:17:36 +03:00 committed by GitHub
parent adde67358a
commit 738265eed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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