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 5ac27a7 commit d4bc726Copy full SHA for d4bc726
README.md
@@ -25,6 +25,12 @@ Also I would like to know about needed examples or documentation stuff.
25
26
## Extensions in the latest SNAPSHOT version 0.9.2
27
28
+* support for inner with statements
29
+
30
+```sql
31
+SELECT * FROM (WITH actor AS (SELECT 'a' aid FROM DUAL) SELECT aid FROM actor)
32
+```
33
34
* support for Oracle collections
35
36
```sql
0 commit comments