We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test SQL: select INTERVAL '5' HOUR from DUAL;
The text was updated successfully, but these errors were encountered:
JSqlParser does at the moment only support this syntax:
select INTERVAL '5 HOUR'
This comes from PostgreSQL but I see that PostgreSQL does as well support your variant
select INTERVAL '5' HOUR
Unfortunatly Oracle does not support the first version.
Sorry, something went wrong.
35164e5
fixes #69
1603487
wumpz
No branches or pull requests
Test SQL: select INTERVAL '5' HOUR from DUAL;
The text was updated successfully, but these errors were encountered: