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 month from the given datetime.
MONTH ( dateobj )
Integer
select month('2009-02-13');
+---------------------+
| month('2009-02-13') |
+---------------------+
| 2 |
+---------------------+
Related Topics