Skip to content

Commit

Permalink
[hotfix][docs] wrong brackets in CREATE VIEW statement
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoK committed Mar 4, 2021
1 parent 1e71b1c commit 0009737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/dev/table/sql/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 0009737

Please sign in to comment.