CURRENT_DATE
Returns the date (date-type value) on which the current transaction started.
Returns the date (date-type value) on which the current transaction started.
Behavior type
StableSyntax
CURRENT_DATE()
Note
You can call this function without parentheses.Examples
SELECT CURRENT_DATE;
?column?
------------
2010-09-23
(1 row)