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 202756d commit 966d8a7Copy full SHA for 966d8a7
README.md
@@ -36,6 +36,7 @@ select * from taba, tabb where taba.a=tabb.a(+)
36
select a from taba union select b from tabb
37
select a from taba intersect select b from tabb
38
select a from taba except select b from tabb
39
+select a from taba minus select b from tabb
40
```
41
* Added support for `extract(year from datetime-expr)`
42
* Start implementation of analytical expressions
pom.xml
@@ -5,6 +5,7 @@
5
<artifactId>jsqlparser</artifactId>
6
<version>0.8.2-SNAPSHOT</version>
7
<name>clone of the jsqlparser library</name>
8
+ <inceptionYear>2004</inceptionYear>
9
<licenses>
10
<license>
11
<name>GNU Library or Lesser General Public License (LGPL) V2.1</name>
0 commit comments