Minutes

c/c++pascalsql

int Minutes(uns32 tm);
function Minutes(tm : uns32) : integer;
FUNCTION Minutes(IN tm TIME) RETURNS INT;

Parametry

tm Údaj o čase ve vnitřním formátu 602SQL

Popis

Funkce Minutes extrahuje počet minut z časového údaje. V SQL lze také použít obecnou funkci EXTRACT.

Hodnota funkce

Funkce vrací počet minut z intervalu 0 až 59.

Viz