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.
Extracts the day of the month from the given datetime.
DAY ( dateobj )
Integer
select day('2009-02-13');
+-------------------+
| day('2009-02-13') |
+-------------------+
| 13 |
+-------------------+