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
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