Returns a number from 1 to 12 corresponding to the month of the given date.
MONTH ( date-expression )
date-expression A date/time value.
The following statement returns the value 7.
SELECT MONTH( '1998-07-13' ) FROM iq_dummy
SQL/92 Vendor extension.
Sybase Not supported by Adaptive Server Enterprise.