Skip to main content
Version: V1.0.0

DAYNAME

Declaration

DAYNAME(date)

Description

Returns the name of the weekday corresponding to the date.

Example

SELECT DAYNAME('2022-09-08');
+-----------------------+
| DAYNAME('2022-09-08') |
+-----------------------+
| Thursday |
+-----------------------+
1 row in set (0.001 sec)