Syntax
CURRENT_TIME([scale])
Purpose
CURRENT_TIME() returns the current time without the date part.
scale specifies the precision of microseconds. The valid value is any integer ranging from 0 to 6. Default value: 0.
Examples
obclient> SELECT CURRENT_TIME(6);
+-----------------+
| CURRENT_TIME(6) |
+-----------------+
| 11:11:45.215311 |
+-----------------+
1 row in set