SQL Function Reference

DAYNAME
Returns the day of the week as a full name
MySQL
DAYNAME(datetime)
Examples
MySQL
SELECT DAYNAME("2022-06-16");