Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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-
01':d'2009-12-31')(limit_
min:limit_max)

 

 

 

 

...