Skip to content

Commit 1532d15

Browse files
committed
updated readme
1 parent 0b7f300 commit 1532d15

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+
* Improved support for select into clause.
27+
28+
```sql
29+
SELECT * INTO mytable FROM mytable2
30+
```
31+
2632
* Improved support for insert table using with clause.
2733

2834
```sql

0 commit comments

Comments
 (0)