Get started
Load & manage data
Work with data
Administration
Reference & resources
Updated Mar 29, 2023
Send us feedback
minute
Applies to: Databricks SQL Databricks Runtime
Returns the minute component of the timestamp in expr.
expr
minute(expr)
expr: An TIMESTAMP expression or a STRING of a valid timestamp format.
An INTEGER.
This function is a synonym for extract(MINUTES FROM expr).
extract(MINUTES FROM expr)
> SELECT minute('2009-07-30 12:58:59'); 58
dayofmonth function
dayofweek function
dayofyear function
day function
hour function
month function
extract function