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