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 0b7f300 commit 1532d15Copy full SHA for 1532d15
1 file changed
README.md
@@ -23,6 +23,12 @@ Also I would like to know about needed examples or documentation stuff.
23
24
## Extensions in the latest SNAPSHOT version 0.9.1
25
26
+* Improved support for select into clause.
27
+
28
+```sql
29
+SELECT * INTO mytable FROM mytable2
30
+```
31
32
* Improved support for insert table using with clause.
33
34
```sql
0 commit comments