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