Syntax
CURRENT_TIME([scale])
Purpose
You can call this function to return 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 (0.01 sec)