CURDATE()
It returns the current date (without time) from the system as the output.
Syntax:
CURDATE()
Example:
SELECT CURDATE() AS CurrentDate;
Output:
2025-04-17
CURDATE()
It returns the current date (without time) from the system as the output.
Syntax:
CURDATE()
Example:
SELECT CURDATE() AS CurrentDate;
Output:
2025-04-17