minute
get minute from a datetime
minute
(in dt datetime);
Description
minute takes a datetime and returns
an integer containing a number representing the minute of the datetime.
Parameters
dt –
A datetime.
Return Values
An INTEGER containing the minute.
Examples
Simple example
Get current minute.
SQL> select minute (now ());
callret
INTEGER
_______________________________________________________________________________
58
See Also
dayname,
dayofmonth,
dayofweek,
dayofyear,
quarter,
week,
month,
year,
hour,
second,
timezone