diff --git a/docs/content/docs/dev/table/sql/create.md b/docs/content/docs/dev/table/sql/create.md index 0e7e2e96e74e5..9113ba7eada72 100644 --- a/docs/content/docs/dev/table/sql/create.md +++ b/docs/content/docs/dev/table/sql/create.md @@ -559,7 +559,7 @@ The key and value of expression `key1=val1` should both be string literal. ## CREATE VIEW ```sql CREATE [TEMPORARY] VIEW [IF NOT EXISTS] [catalog_name.][db_name.]view_name - [{columnName [, columnName ]* }] [COMMENT view_comment] + [( columnName [, columnName ]* )] [COMMENT view_comment] AS query_expression ```