CURDATE
Purpose
This function returns the current date by evaluating TO_DATE(CURRENT_TIMESTAMP)
.
Syntax
curdate::=
Usage Notes
This function is an alias for CURRENT_DATE.