curtime,current_time
Description
Syntax:
TIME CURTIME()
This function fetches the current time and returns it in the TIME type.
Examples
mysql> select current_time();
+----------------+
| current_time() |
+----------------+
| 15:25:47 |
+----------------+
Keywords
CURTIME,CURRENT_TIME