-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[FEATURE] BETWEEN SYMMETRIC not supported #2250
New issue
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
Comments
Greetings.
|
I don't even understand why anyone would use those syntax which are not even a bit portable to any other RDBMS. I thought Oracle would be terrible r/ portability. |
Thanks for the quick feedback. Yes, it seems PG is a pioneer in implementing it, but this feature does seem to be a part of the SQL standard (page 321), though as you mentioned most other RDBMS didn't implement it just yet. |
You got me good and you have a strong point now. |
I have shown it on my own website: https://manticore-projects.com/SQL2016Parser/syntax.html#between-predicate-part-2 |
Done. Thanks and cheers! |
@manticore-projects Thanks for the swift turnaround! |
Relevant PG docs: https://www.postgresql.org/docs/current/functions-comparison.html
Steps to reproduce:
The parsing error:
The text was updated successfully, but these errors were encountered: