Skip to content

Commit 13d29e0

Browse files
committed
updated readme
1 parent 0c2889c commit 13d29e0

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
@@ -32,6 +32,12 @@ Also I would like to know about needed examples or documentation stuff.
3232

3333
## Extensions in the latest SNAPSHOT version 0.9.2
3434

35+
* first support for user variables
36+
37+
```sql
38+
SELECT @col FROM table1
39+
```
40+
3541
* support for within group expressions, e.g. oracls LISTAGG function
3642

3743
```sql

0 commit comments

Comments
 (0)