Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Returns the date object corresponding to the input day number. Day number starts with 1 being 0000-01-01 and counts sequentially.
FROM_DAYS ( epoch )
A date object.
select from_days(736411);
+-------------------+
| from_days(736411) |
+-------------------+
| 2016-03-23 |
+-------------------+