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