Skip to content

Commit d80e4d7

Browse files
authored
Update sql-stmt-create-materialized-view.md
Synopsis change, according to apache#47
1 parent 47f9ef8 commit d80e4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-stmts/sql-stmt-create-materialized-view.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CREATE MATERIALIZED VIEW [ IF NOT EXISTS ] <table_name>
1919
[ TABLESPACE <tablespace_name> ]
2020
AS <query>
2121
[ WITH [ NO ] DATA ]
22-
[DISTRIBUTED {| BY <column> [<opclass>], [ ... ] | RANDOMLY | REPLICATED }]
22+
[DISTRIBUTED { BY ( <column> [<opclass>], [ ... ] ) | RANDOMLY | REPLICATED }]
2323
```
2424

2525
## Description

0 commit comments

Comments
 (0)