跳到主要内容
跳到主要内容

MINUTE

Description

获得日期中的分钟的信息,返回值范围从 0-59。

参数为 Date 或者 Datetime,Time 类型

Syntax

INT MINUTE(DATETIME date)

Example

mysql> select minute('2018-12-31 23:59:59');
+-----------------------------+
| minute('2018-12-31 23:59:59') |
+-----------------------------+
| 59 |
+-----------------------------+

Keywords

MINUTE