MySQL CURTIME Function

Example

Return current time:

SELECT CURTIME();

Definition and Usage

The CURTIME() function returns the current time.

Note: The time is returned as “HH-MM-SS” (string) or as HHMMSS.uuuuuu (numeric).

Continue reading MySQL CURTIME Function