date_add
(days) function
Applies to: Databricks SQL Databricks Runtime
Returns the date numDays
after startDate
.
To add units other than days, use date_add(unit, value, expr)).
CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clauseUpdated Nov 04, 2024
date_add
(days) function Applies to: Databricks SQL Databricks Runtime
Returns the date numDays
after startDate
.
To add units other than days, use date_add(unit, value, expr)).