Description
NEXT_DAY returns the date of the first weekday named by char that is later than the date date
Example:
select next_day('2001-02-02','TUESDAY') ...; OK 2001-02-06
Attachments
Attachments
Issue Links
- links to
NEXT_DAY returns the date of the first weekday named by char that is later than the date date
Example:
select next_day('2001-02-02','TUESDAY') ...; OK 2001-02-06