CURTIME,CURRENT_TIME
Descriptionβ
Retrieves the current time and returns it as a TIME type.
Aliasβ
- CURTIME
- CURRENT_TIME
Syntaxβ
CURTIME()
Return Valueβ
Returns the current time.
Examplesβ
mysql> select current_time();
+----------------+
| current_time() |
+----------------+
| 15:25:47 |
+----------------+