ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns a number from 1 to 12 corresponding to the month of the given date.
MONTH ( date-expression )
date-expression A datetime value.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Not supported by Adaptive Server Enterprise.
The following statement returns the value 7.
SELECT MONTH( '1998-07-13' )