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
Now that SQL DATE type is available implement CURRENT_DATE similar to CURRENT_TIMESTAMP and add its aliases CURDATE AND TODAY.
Part of #37927
The text was updated successfully, but these errors were encountered:
Pinging @elastic/es-search
Sorry, something went wrong.
SQL: Implement CURRENT_DATE
abf331e
Since DATE data type is now available, this implements the `CURRENT_DATE/CURRENT_DATE()/TODAY()` similar to `CURRENT_TIMESTAMP`. Closes: elastic#38160
SQL: Implement CURRENT_DATE (#38175)
c9701be
Since DATE data type is now available, this implements the `CURRENT_DATE/CURRENT_DATE()/TODAY()` similar to `CURRENT_TIMESTAMP`. Closes: #38160
62933db
/cc @bpintea merged to master and 6.x
master
6.x
No branches or pull requests
Now that SQL DATE type is available implement CURRENT_DATE similar to CURRENT_TIMESTAMP and add its aliases CURDATE AND TODAY.
Part of #37927
The text was updated successfully, but these errors were encountered: