Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
TIMESTAMP 値の分部分を返します。
MINUTE( timestamp-expression )
timestamp-expression TIMESTAMP 値。
SMALLINT
TIMESTAMP 式の分部分である、0 ~ 59 の間の SMALLINT 値が返されます。
次の文は、値 22 を返します。
SELECT MINUTE( '1998-07-13 12:22:34' );