MySQL DAYNAME Function

MySQL DAYNAME is one of the Date Functions, which returns the name of the weekday from a given date. For example, Monday, Tuesday, etc. The basic syntax of the Dayname Function is as shown below: DAYNAME(date or expression); MySQL Dayname Example The below shown queries help you understand the use of this Day name function. … Read more