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