CURRENT_DATE
Returns the current date of the system.
Syntax
CURRENT_DATE() → date
Examples
SELECT CURRENT_DATE()
-- 2021-07-02
SELECT CURRENT_DATE
-- 2021-07-02
Usage Notes
This function can be called without the parentheses.
Last updated
Was this helpful?