Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Feb 10, 2025
Send us feedback
current_date
Applies to: Databricks SQL Databricks Runtime
Returns the current date at the start of query evaluation.
current_date()
This function takes no arguments.
A DATE.
The braces are optional.
> SELECT current_date(); 2020-04-25 > SELECT current_date; 2020-04-25
current_timestamp function
current_timezone function
now function