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 23b938c commit 55e68bfCopy full SHA for 55e68bf
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
+* Support for create table as select syntax:
27
+
28
+```sql
29
+CREATE TABLE table1 as SELECT col1, col2 FROM table2
30
+```
31
32
* First simple support of postgresqls JSON syntax.
33
34
```sql
0 commit comments