Skip to content

Commit 4a62003

Browse files
committed
readme
1 parent 8af0464 commit 4a62003

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ update tab1 set c=5 from tab1 inner join tab2 on tab1.col1=tab2.col2
3030
```sql
3131
create materialized view testView as select a, b from table
3232
```
33+
* Added support for simple create index statements
34+
35+
```sql
36+
create index myindex on mytab (mycol, mycol2)
37+
```
3338

3439
## Extensions til Version 0.8.2
3540

0 commit comments

Comments
 (0)