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
DATE_ADD(date, INTERVAL value interval_type)
and
DATE_SUB(date, INTERVAL value interval_type)
For example:
SELECT DATE_ADD('2015-06-15', INTERVAL '5 YEAR') AS Result; SELECT DATE_SUB(now(), INTERVAL '5 YEAR') AS Result;
As a TSDB, we must have more functions to support date or time types.
No response
The text was updated successfully, but these errors were encountered:
fengjiachun
Successfully merging a pull request may close this issue.
What problem does the new feature solve?
and
For example:
What does the feature do?
As a TSDB, we must have more functions to support date or time types.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: