Returns the name of the month from a date.
MONTHNAME( date-expression )
date-expression The datetime value.
VARCHAR
The MONTHNAME function returns a string, even if the result is numeric, such as 2 for the month of February.
SQL/2003 Vendor extension.
The following statement returns the value September.
SELECT MONTHNAME( '1998-09-05' ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |