meta data for this page
  •  

F_MINUTE

compatibility to FreeUDFLibC, GrUDF

input/output-compatibility to rFunc (EXTRACTMINUTE)

Entrypoint minute compatible with UTF-8


Inputs/Outputs

   Input      TIMESTAMP     date optionally time 
   Output     INTEGER       minutes of the timestamp

Syntax

   If you entered only the date, the minute is = 0.
   TestSQL
   SELECT 38 AS ISCORRECT, F_MINUTE('23.08.2004 14:38:12') FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, F_MINUTE(NULL) FROM RDB$DATABASE;