DAYNAME()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
Returns the name of the day of the week for the given date.
EXAMPLES
SELECT DAYNAME('2020-01-15');
+-----------------------+
| DAYNAME('2020-01-15') |
+-----------------------+
| Wednesday |
+-----------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.