- Categories:
PERIOD_ EQUALS¶
Returns TRUE if two PERIOD values have the same beginning and ending bounds.
- 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_BEGIN(period2)andPERIOD_END(period1) = PERIOD_END(period2).
Examples¶
This example compares a period with itself (identical bounds) and with a different period: