- Categories:
PERIOD_ IMMEDIATELY_ SUCCEEDS¶
Returns TRUE if the first PERIOD begins exactly where 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_END(period2) = PERIOD_BEGIN(period1).
Examples¶
This example shows a period that begins exactly where the second ends, and one that begins elsewhere: