ADD_DAYS Operation
How to use the ADD_DAYS operation for Computed Attributes
Definition
The ADD_DAYS operation adds days to a date.
Example
ADD_DAYS(‘2020-03-30’, 2)
Result:
“2020-04-01”
Syntax Guide
ADD_DAYS(date, days)
date - The date to add days to
days - The number of days you want to add to the date
Compatible Attribute Types
- Date attributes