DAYNAME

Returns a mixed case character string containing the name of the day portion of the argument (eg. Friday). The argument must be a date, timestamp, or a valid character string representation of a date or timestamp that is neither a CLOB nor a LONG VARCHAR.

The result is VARCHAR(100). The result will be null if the argument is null.