Skip to main content
Version: 0.0.1

CURRENT_DATE

Categories: Date/Time, System

CURRENT_DATE

Returns the current date of the system.

Syntax

CURRENT_DATE() → date

Examples

{{< codeheader "CURRENT_DATE example" >}}

SELECT CURRENT_DATE()
-- 2021-07-02

{{< codeheader "CURRENT_DATE example" >}}

SELECT CURRENT_DATE
-- 2021-07-02

Usage Notes

This function can be called without the parentheses.