SUB_DAYS Operation
How to use the SUB_DAYS operation for Computed Attributes
Definition
The SUB_DAYS operation allows you to subtract days from a date.
Example
SUB_DAYS(‘2020-03-30’, 2)
Result:
2020-03-28
Syntax Guide
SUB_DAYS(date, days)
date - The date to subtract days from
days - The number of days you want to subtract from the date