ADDDATE()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
Evaluates the given expression to an interval, which it then adds or subtracts from the given date value. See DATE_
EXAMPLES
SELECT ADDDATE('2020-02-28', INTERVAL 2 DAY);
+---------------------------------------+
| ADDDATE('2020-02-28', INTERVAL 2 DAY) |
+---------------------------------------+
| 2020-03-01 |
+---------------------------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.