| Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-05 |
|
|
View PDF |
The CURRENT_TIMESTAMP function returns the current date and time in the session time zone, as a value of data type TIMESTAMP_TZ. The time zone offset reflects the current local time of the session.
When you want to retrieve the current date and time in the session time zone as a TIMESTAMP value, use the LOCALTIMESTAMP function.
Return Values
TIMESTAMP_TZ
Syntax
CURRENT_TIMESTAMP [ (precision) ]
Parameters
The fractional second precision of the time value returned. When you omit this argument, then the function uses a default value of 6.
Examples