Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
日付から月の名前を返します。
MONTHNAME( date-expression )
timestamp-expression TIMESTAMP 値。
VARCHAR
結果が数値 (2 月を示す 2 など) の場合でも、MONTHNAME 関数は文字列を返します。
SQL/2008 ベンダー拡張。
次の文は、値 September を返します。
SELECT MONTHNAME( '1998-09-05' );