Home » MySQL minute() Function

MySQL minute() Function

by Online Tutorials Library

MySQL Date/Time minute() Function

The minute() is a MySQL date/time function. It is used to get the value of minute from given datetime or time.

Syntax

Parameter:

Date_value: datetime or time value for getting minute.

Returns:

This function returns the minute portion of a date value.

Example 1

Output:

MySQL Datetime minute() Function

Example 2

Output:

MySQL Datetime minute() Function

Next TopicMySQL datetime

You may also like