- Categories:
PERIOD_ SUCCEEDS¶
Returns TRUE if the first PERIOD begins at or after the second PERIOD ends.
- See also:
Syntax¶
Arguments¶
period1The first PERIOD value.
period2The second PERIOD value. Must have the same element type as
period1.
Returns¶
BOOLEAN.
Usage notes¶
- TRUE when
PERIOD_BEGIN(period1) >= PERIOD_END(period2).
Examples¶
This example shows a period that succeeds another (it begins at or after the second ends), and one that doesn’t: