Adding 18 months to a date
Posted: 2020-04-09 15:35
I have searched but did not really find anything to solve my problem.
I have a date field in a table, and I have a date field that is readonly (calculated field) with the following statement.
The date does not add....
An help appreciated….
Thanks!!
I have a date field in a table, and I have a date field that is readonly (calculated field) with the following statement.
Code: Select all
SELECT Election_Date from Elections ADDDATE(Election_Date, INTERVAL 18 MONTH)
An help appreciated….
Thanks!!