Oracle SYSTIMESTAMP

Function Description

Function SYSTIMESTAMP returns the system date, with fractional seconds and time zone of the operating system on which database runs.

Examples

SELECT SYSTIMESTAMP
  FROM dual;

Result: 17.10.2010 12:47:09,711189 +08:00
This entry was posted in Oracle SQL Functions. Bookmark the permalink.