NEXT_DAY Function | SQL Date/Time Functions & Expressions | Teradata Vantage - NEXT_DAY - Advanced SQL Engine - Teradata Database

SQL Date and Time Functions and Expressions

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
xmd1556127764262.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1211
lifecycle
previous
Product Category
Teradata Vantageā„¢

Returns the date of the first weekday (day_value) that is later than the date specified by date_timestamp_value.

Syntax

[TD_SYSFNLIB.] NEXT_DAY ( date_timestamp_value, day_value )
TD_SYSFNLIB.
Name of the database where the function is located.
date_timestamp_value
A date or timestamp argument.
day_value

A character argument.

day_value can be any day of the week or its 3-character abbreviation.

Valid values are:
  • 'SUNDAY' or 'SUN'
  • 'MONDAY' or 'MON'
  • 'TUESDAY' or 'TUE'
  • 'WEDNESDAY' or 'WED'
  • 'THURSDAY' or 'THU'
  • 'FRIDAY' or 'FRI'
  • 'SATURDAY' or 'SAT'

The day of week is not case-sensitive. Any characters that follow a valid abbreviation are ignored.

If this syntax element is NULL, NULL is returned.

While all systems are shipped only supporting the above English values for day_value, the Database Administrator can extend valid values to properly handle localized day names by including them in the ShortDays or LongDays of the Specification for Data Formatting (SDF) file supplied to the tdlocaledef utility.