FunctionsDate & Time
sub_date
Subtracts a day count or interval from a date and returns the resulting date. This is a convenience alias for date_sub with date semantics (e.g., subtracting 7 days moves back one week).
sub_date(…) → DateKind · scalar
Subtracts a day count or interval from a date and returns the resulting date. This is a convenience alias for date_sub with date semantics (e.g., subtracting 7 days moves back one week).
Part of the Date & Time family.