Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-01 |
|
|
View PDF |
The DDOF function returns an INTEGER
in the range of 1 through 31, giving the day of the month on which a specified date falls. The result returned by DDOF has the same dimensions as the specified DATE expression.
Return Value
INTEGER
Syntax
DDOF(date-expression)
Arguments
An expression that has the DATE data type, or a text expression that specifies a date. See "Valid DATE Values" for valid formats for a text expression.
Examples