MAKEDATE()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
A description for this Function has not yet been added to this Documentation.
EXAMPLES
SELECT MAKEDATE(2020,15), MAKEDATE(2019,33),MAKEDATE(2019,0),MAKEDATE(2019,300);
+-------------------+-------------------+------------------+--------------------+
| MAKEDATE(2020,15) | MAKEDATE(2019,33) | MAKEDATE(2019,0) | MAKEDATE(2019,300) |
+-------------------+-------------------+------------------+--------------------+
| 2020-01-15 | 2019-02-02 | NULL | 2019-10-27 |
+-------------------+-------------------+------------------+--------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.