Minutes

sql

FUNCTION Minutes(IN tm TIME) RETURNS INT;

Parameters

tm time entry in the 602SQL internal format

Description

The Minutes function extracts the minute count from the time entry. You may also use the general function EXTRACT in SQL.

Function value

This function returns the minute count from the range 0 to 59.

See