Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 340 Bytes

File metadata and controls

26 lines (18 loc) · 340 Bytes

from_days

description

Syntax

DATE FROM_DAYS(INT N)

通过距离0000-01-01日的天数计算出哪一天

example

MySQL > select from_days(730669);
+-------------------+
| from_days(730669) |
+-------------------+
| 2000-07-03        |
+-------------------+

keyword

FROM_DAYS,FROM,DAYS