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