R/duckdb-funs.R
month.Rd
Extract the month component from a date or timestamp.
DATE | INTERVAL | TIMESTAMP | TIMESTAMP WITH TIME ZONE
BIGINT
month(ts = DATE)
month(ts = INTERVAL)
month(ts = TIMESTAMP)
month(ts = `TIMESTAMP WITH TIME ZONE`)
month(timestamp '2021-08-03 11:59:44.123456')