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
Implement subtraction of dates in number of days, similar to:
postgres=# select '2001-02-02'::date - '2000-01-01'::date as diff; diff ------ 398 (1 row)
Consider using a new function like DATE_DIFF instead of - operator, or maybe support both.
DATE_DIFF
-
The text was updated successfully, but these errors were encountered:
Pinging @elastic/es-search
Sorry, something went wrong.
Closing this as DATE_DIFF has been implemented.
No branches or pull requests
Implement subtraction of dates in number of days, similar to:
Consider using a new function like
DATE_DIFF
instead of-
operator, or maybe support both.The text was updated successfully, but these errors were encountered: