Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-01 |
|
|
View PDF |
The NEXT_DAY function returns the date of the first instance of a particular day of the week that follows the specified date.
Return Value
DATETIME
Syntax
NEXT_DAY(datetime-expression, weekday)
Arguments
An expression that has the DATETIME data type.
A text expression that identifies a day of the week (for example, Monday). Valid names are controlled by the NLS_DATE_LANGUAGE option.
Examples