Syntax
INTERVAL SECOND [ ( precision [, fractional_seconds_precision ] ) ]
[ attributes [...] ]
Syntax Elements
- precision
- The permitted range of digits for SECOND, ranging from one to four.
- The default is two.
- fractional_seconds_precision
- The fractional precision for the values of SECOND, ranging from zero to six.
- The default 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.