Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
更新しました 2025/01/17
Send us feedback
current_timestamp
Applies to: Databricks SQL Databricks Runtime
Returns the current timestamp at the start of query evaluation.
current_timestamp()
This function takes no arguments.
A TIMESTAMP.
The braces are optional.
> SELECT current_timestamp(); 2020-04-25 15:49:11.914 > SELECT current_timestamp; 2020-04-25 15:49:11.914
current_date function
current_timezone function
now function