Contents Index DAY function [Date and time] DAYS function [Date and time]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

DAYNAME function [Date and time]


Function 

Returns the name of the day of the week from the a date.

Syntax 

DAYNAME( date-expression )

Parameters 

date-expression    The date.

Standards and compatibility 
Example 

The following statement returns the value Saturday.

SELECT DAYNAME ( '1987/05/02' )

Contents Index DAY function [Date and time] DAYS function [Date and time]