Saving all output to "!!{outputDirectory}!!/udf_month.q.raw". Enter "record" with no arguments to stop it. >>> !run !!{qFileDirectory}!!/udf_month.q >>> DESCRIBE FUNCTION minute; 'tab_name' 'minute(date) - Returns the minute of date' 1 row selected >>> DESCRIBE FUNCTION EXTENDED minute; 'tab_name' 'minute(date) - Returns the minute of date' 'date is a string in the format of 'yyyy-MM-dd HH:mm:ss' or 'HH:mm:ss'.' 'Example:' ' > SELECT minute('2009-07-30 12:58:59') FROM src LIMIT 1;' ' 58' ' > SELECT minute('12:58:59') FROM src LIMIT 1;' ' 58' 7 rows selected >>> !record