71
MySQL From_days() Function
The from_days() is a MySQL date/time function. It is used to get the date of the given number of days.
Syntax
Parameter:
Numeric: value to convert in date.
Example 1
Output:
Example 2
Output:
Next TopicMySQL date/time