CURRENT_DATE function

The CURRENT_DATE datetime function returns the current date.

Syntax

Read syntax diagramSkip visual syntax diagramCURRENT_DATE

CURRENT_DATE returns a DATE value representing the current date in local time. As with all SQL functions that take no parameters, no parentheses are required or accepted. All calls to CURRENT_DATE within the processing of one node are guaranteed to return the same value.