PERIOD_OVERLAPS_UDF

Definition

User-defined function (UDF) that reproduces the OVERLAPS OPERATOR to compare two or more period expressions and indicate if all expressions overlap with each other.

PERIOD_OVERLAPS_UDF(PERIODS ARRAY)

Parameters

PERIODS ARRAY

All the period expressions to be compared.

Returns

TRUE if all period expressions overlap, otherwise FALSE.

Migration example

Input:

Output:

Last updated