Returns the name of the day of the week from the specified
date.
Syntax
DAYNAME ( date-expression )
 
 
Parameters
ParametersParameter 
 | 
Description 
 | 
date-expression 
 | 
The date. 
 | 
 
 
Standards and Compatibility
 
Example
            
            The following statement returns the value Saturday:
            
                SELECT DAYNAME ( '1987/05/02' ) FROM iq_dummy