current_date
function
Applies to: Databricks SQL Databricks Runtime
Returns the current date at the start of query evaluation.
Arguments
This function takes no arguments.
Returns
A DATE.
The braces are optional.
Examples
> SELECT current_date();
2020-04-25
> SELECT current_date;
2020-04-25