FROM_DAYS
Convert a day number to a date. This function returns a DATE value corresponding to the number of days since year 0.
Syntax
FROM_DAYS(N)Description
Examples
SELECT FROM_DAYS(730669);
+-------------------+
| FROM_DAYS(730669) |
+-------------------+
| 2000-07-03 |
+-------------------+Last updated
Was this helpful?

