We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f9ef8 commit d80e4d7Copy full SHA for d80e4d7
docs/sql-stmts/sql-stmt-create-materialized-view.md
@@ -19,7 +19,7 @@ CREATE MATERIALIZED VIEW [ IF NOT EXISTS ] <table_name>
19
[ TABLESPACE <tablespace_name> ]
20
AS <query>
21
[ WITH [ NO ] DATA ]
22
- [DISTRIBUTED {| BY <column> [<opclass>], [ ... ] | RANDOMLY | REPLICATED }]
+ [DISTRIBUTED { BY ( <column> [<opclass>], [ ... ] ) | RANDOMLY | REPLICATED }]
23
```
24
25
## Description
0 commit comments