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