Syntax
CURTIME(scale)
Purpose
Returns the current time without the date part. This function is an alias for CURRENT_TIME().
scale specifies the precision of the microseconds part, which can be an integer from 0 to 6. The default value is 0.
Examples
obclient> SELECT CURTIME(0);
+------------+
| CURTIME(0) |
+------------+
| 16:17:11 |
+------------+
1 row in set
