ADD_DAYS
Last updated
Was this helpful?
ADD_DAYS takes a date and adds a specified number of days to it, returning the resulting date as a string.
ADD_DAYS('2000-01-01', 18)This returns "2000-01-19".
Last updated
Was this helpful?
Was this helpful?
