CURTIME
Return the current time. This function outputs the current time of day as a value in 'HH:MM:SS' or HHMMSS format.
Syntax
CURTIME([precision])Description
Examples
SELECT CURTIME();
+-----------+
| CURTIME() |
+-----------+
| 12:45:39 |
+-----------+
SELECT CURTIME() + 0;
+---------------+
| CURTIME() + 0 |
+---------------+
| 124545.000000 |
+---------------+See Also
Last updated
Was this helpful?

