Syntax
DAYOFWEEK(date)
Purpose
Returns the position of the date or datetime date in the week, starting from Sunday.
Examples
obclient> SELECT DAYOFWEEK('2021-07-15');
+-------------------------+
| DAYOFWEEK('2021-07-15') |
+-------------------------+
| 5 |
+-------------------------+
1 row in set
