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 db4a27e commit 536ba9dCopy full SHA for 536ba9d
README.md
@@ -39,6 +39,11 @@ Also I would like to know about needed examples or documentation stuff.
39
40
## Extensions in the latest SNAPSHOT version 0.9.3
41
42
+* support for **KEEP**
43
+
44
+```sql
45
+KEEP (DENSE_RANK FIRST ORDER BY col1)
46
+```
47
* support for **ILIKE**
48
* support for **LEFT/RIGHT** as function names
49
* support for **UPDATE OF table**
0 commit comments