Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定した日付の月を返します。
MONTH( date-expression )
date-expression DATE データ型の値。
SMALLINT
戻り値は、指定の日付の月に対応する 1 ~ 12 の間の数です。
次の文は、値 7 を返します。
SELECT MONTH( '1998-07-13' );