...
Composite Type | Description | Example |
---|---|---|
set | Contains any number of any simple type above. | (1, 2, 3)('apples','oranges') |
range | Inclusive range applicable to numbers and dates, including fields that are number or date types. | (0:12) or (0.0:12.34)(d'2009-01- |
...