Returns the name of the month from a date.
MONTHNAME( date-expression )
date-expression The datetime value.
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' ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |