Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-07 |
|
|
PDF · Mobi · ePub |
The SYSDATE function returns the current date and time as a DATETIME value. The format of the date is controlled by the NLS_DATE_FORMAT option. The default DATETIME format (DD-MM-RR
) does not display the time.
DATETIME
SYSDATE
OLADM1946Example 8-126 Displaying the Current Date
The following statement:
SHOW SYSDATE
displays the current date:
08-Sep-00