Loading lesson path
Concept visual
Start at both ends
SELECT CURRENT_TIME();The CURRENT_TIME() function returns the current time.
Formula
"HH - MM - SS" (string) or as HHMMSS.uuuuuu (numeric).This function equals the CURTIME() function.
CURRENT_TIME()
From MySQL 4.0
SELECT CURRENT_TIME() + 1;❮ MySQL Functions