 
 
 ![MONTH function [Date and time]](gif/backward.gif) 
 ![MONTHS function [Date and time]](gif/forward.gif) 
 ASA SQL Reference
  SQL Functions
    Alphabetical list of functions
Returns the name of the month from a date.
MONTHNAME ( date-expression )
date-expression The datetime value.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Not supported by Adaptive Server Enterprise.
The following statement returns the value September.
SELECT MONTHNAME( '1998-09-05' )
 
 
 ![MONTH function [Date and time]](gif/backward.gif) 
 ![MONTHS function [Date and time]](gif/forward.gif)