Syntax
CURTIME(scale)
Purpose
You can call this function to return the current time without the date part. This function is an alias for the CURRENT_TIME() function.
scale specifies the precision of microseconds. The valid value is any integer ranging from 0 to 6. Default value: 0.
Examples
obclient> SELECT CURTIME(0);
+------------+
CURTIME(0)
+------------+
16:17:11
+------------+
1 row in set (0.00 sec)