Identifies a field as an INTERVAL value defining a period of time in months.
ANSI Compliance
INTERVAL MONTH is ANSI SQL:2011 compliant.
Syntax
INTERVAL MONTH [ ( precision ) ] [ attributes [...] ]
Syntax Elements
- precision
- The permitted range of digits for MONTH, ranging from one to four.
- attributes
- Appropriate data type, column storage, or column constraint attributes.