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