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' );