Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
引数の日付を 1 ~ 31 の間の整数で返します。
DAY( date-expression )
date-expression DATE データ型の日付。
SMALLINT
DAY 関数は、引数の日付に対応する 1 ~ 31 の間の整数を返します。
SQL/2008 ベンダー拡張。
次の文は、値 12 を返します。
SELECT DAY( '2001-09-12' );