ADD_DAYS

Description

ADD_DAYS takes a date and adds a specified number of days to it, returning the resulting date as a string.

Example

ADD_DAYS('2000-01-01', 18)

This returns "2000-01-19".

Last updated

Was this helpful?