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
Before you file an issue
https://clickhouse.com/docs/zh/sql-reference/functions/date-time-functions#date_add There is a big change in the position of the parameter example: SELECT date_add(YEAR, 3, toDate('2018-01-01'));
It is hoped that the conversion of this function to other dialects will be supported
Fully reproducible code snippet Please include a fully reproducible code snippet or the input sql, dialect, and expected output.
Official Documentation Please include links to official SQL documentation related to your issue.
The text was updated successfully, but these errors were encountered:
f62f35c
No branches or pull requests
Before you file an issue
https://clickhouse.com/docs/zh/sql-reference/functions/date-time-functions#date_add
There is a big change in the position of the parameter
example:
SELECT date_add(YEAR, 3, toDate('2018-01-01'));
It is hoped that the conversion of this function to other dialects will be supported
Fully reproducible code snippet
Please include a fully reproducible code snippet or the input sql, dialect, and expected output.
Official Documentation
Please include links to official SQL documentation related to your issue.
The text was updated successfully, but these errors were encountered: