Skip to content

Commit 55e68bf

Browse files
committed
updated readme
1 parent 23b938c commit 55e68bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Also I would like to know about needed examples or documentation stuff.
2323

2424
## Extensions in the latest SNAPSHOT version 0.9.1
2525

26+
* Support for create table as select syntax:
27+
28+
```sql
29+
CREATE TABLE table1 as SELECT col1, col2 FROM table2
30+
```
31+
2632
* First simple support of postgresqls JSON syntax.
2733

2834
```sql

0 commit comments

Comments
 (0)