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 b0e4a47 commit 4a89f9bCopy full SHA for 4a89f9b
README.md
@@ -30,6 +30,7 @@ Original project websites:
30
select a from taba union select b from tabb
31
select a from taba intersect select b from tabb
32
* Added support for extract(year from datetime-expr)
33
+ * Start implementation of analytical expressions
34
35
## BUILDING
36
change.log
@@ -161,4 +161,4 @@ Added connect visitor
161
TableNamesFinder included in source
162
Added proper support for sets (union, intersect)
163
Added support for extract(year from datetime-expr)
164
-Start of analytical expressions
+Start implementation of analytical expressions
0 commit comments