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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In SQL it is possible to do something like this:
select 'yes' from dual where (sysdate-5,sysdate) overlaps (sysdate-2,sysdate-1) (interval5.sql)
select 'yes' from dual where (sysdate-5,sysdate) overlaps (sysdate-2,sysdate-1)
JsqlParser currently does not support this.
I started a Discussion on how it could be implemented: #1600
The text was updated successfully, but these errors were encountered:
Closes JSQLParser#1604, added simple OVERLAPS support
ba84580
e3db6d5
8f8f314
43296ce
68a4d92
236a50b
No branches or pull requests
In SQL it is possible to do something like this:
select 'yes' from dual where (sysdate-5,sysdate) overlaps (sysdate-2,sysdate-1)
(interval5.sql)JsqlParser currently does not support this.
I started a Discussion on how it could be implemented: #1600
The text was updated successfully, but these errors were encountered: