© 2025 by The Clinic. Powered and secured by Wix
Syntax:DAYNAME(date)Returns the name of the weekday for date. The language used for thename is controlled by the value of the lc_time_names system variable.
mysql> SELECT DAYNAME('2007-02-03'); -> 'Saturday'