Identifies a field as a TIMESTAMP value.
ANSI Compliance
TIMESTAMP is non-ANSI standard. SQL Engine stores a TIMESTAMP value in UTC.
Syntax
TIMESTAMP [ ( fractional_seconds_precision ) ] [ attributes [...] ]
Syntax Elements
- fractional_seconds_precision
- A single digit representing the number of significant digits in the fractional portion of the SECOND field.
- attributes
- Appropriate data type, column storage, or column constraint attributes.