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