description |
---|
Returns the current date of the system. |
Examples
{% code title="CURRENT_DATE example" %}
SELECT CURRENT_DATE()
-- 2021-07-02
{% endcode %}
{% code title="CURRENT_DATE example" %}
SELECT CURRENT_DATE
-- 2021-07-02
{% endcode %}
This function can be called without the parentheses.