We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af0464 commit 4a62003Copy full SHA for 4a62003
README.md
@@ -30,6 +30,11 @@ update tab1 set c=5 from tab1 inner join tab2 on tab1.col1=tab2.col2
30
```sql
31
create materialized view testView as select a, b from table
32
```
33
+* Added support for simple create index statements
34
+
35
+```sql
36
+create index myindex on mytab (mycol, mycol2)
37
+```
38
39
## Extensions til Version 0.8.2
40
0 commit comments