Details
-
Technical task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Just like SYSDATE, SYSTIMESTAMP is required without brackets at the end as this is how it's used across the ORACLE world.
Example: "CREATION_DATE TIMESTAMP (6) WITH TIME ZONE DEFAULT SYSTIMESTAMP"
Synonym to CURRENT_TIMESTAMP(5) but without brackets.