Contents Index MONTH function [Date and time] MONTHS function [Date and time]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

MONTHNAME function [Date and time]


Function 

Returns the name of the month from a date.

Syntax 

MONTHNAME ( date-expression )

Parameters 

date-expression    The datetime value.

Standards and compatibility 
Example 

The following statement returns the value September.

SELECT MONTHNAME( '1998-09-05' )

Contents Index MONTH function [Date and time] MONTHS function [Date and time]