Products Downloads


French version


 

 

Syntax

MINUTE(Argument)

 

Description

The MINUTE SQL scalar function returns the minute part of a value.

 

The argument must be a time, timestamp.

 

The result of the function is a large integer.

If the argument can be null, the result can be null; if the argument is null, the result is the null value.

 

The result is the minute part of the value, which is an integer between 0 and 59.

 

Example

Assume ORDER_HOUR is 12 hours 35 minutes and 15 seconds.

 

MINUTE(ORDER_HOUR) returns 35.

 

List of SQL scalar functions by topic

 

↑ Top of page


  • Aucune étiquette