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
As a report writer, I want to be able to compare two dates.
For example:
Show me all records where the last updated date minus the created date is greater than 10 days.
SQL: SELECT DATEDIFF("2017-06-25", "2017-06-15") WHERE SELECT DATEDIFF("2017-06-25", "2017-06-15") > 10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a report writer, I want to be able to compare two dates.
For example:
Show me all records where the last updated date minus the created date is greater than 10 days.
SQL: SELECT DATEDIFF("2017-06-25", "2017-06-15") WHERE SELECT DATEDIFF("2017-06-25", "2017-06-15") > 10
The text was updated successfully, but these errors were encountered: