Syntax
TIME [ ( fractional_seconds_precision ) ]
WITH TIME ZONE [ attributes [...] ]
Syntax Elements
- fractional_seconds_precision
- A single digit representing the number of significant digits in the fractional portion of the SECOND field.
- Values for fractional_seconds_precision range from zero through six inclusive.
- The default precision is six.
- attributes
- Appropriate data type, column storage, or column constraint attributes.
- See Core Data Type Attributes and Storage and Constraint Attributes for specific information.