Loading lesson path
Concept visual
Start at both ends
SELECT CURRENT_DATE();The CURRENT_DATE() function returns the current date.
Formula
"YYYY - MM - DD" (string) or as YYYYMMDD (numeric).This function equals the CURDATE() function.
CURRENT_DATE()
From MySQL 4.0
Formula
Return the current date + 1:SELECT CURRENT_DATE() + 1;❮ MySQL Functions