This section contains reference documentation for the Extract function.
Last updated 1 year ago
Was this helpful?
Returns the selected field from the DATETIME expression.
EXTRACT(field FROM expression)
select EXTRACT(MONTH FROM '2017-06-15')
06
select EXTRACT(YEAR FROM '2017-06-15 09:34:21')
2017