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 week from a date. Sunday is 1, Monday is 2, etc.
DAYOFWEEK (dateobj)
Integer. If dateobj is not a valid date, returns NULL.
select dayofweek('2014-04-18');
+-------------------------+
| dayofweek('2014-04-18') |
+-------------------------+
| 6 |
+-------------------------+