OVERLAPS
Translation reference to convert the Teradata operator OVERLAPS to Snowflake Scripting.
Last updated
Translation reference to convert the Teradata operator OVERLAPS to Snowflake Scripting.
Last updated
According to Teradata's documentation, the OVERLAPS operator compares two or more period expressions. If they overlap, it returns true.
For more information regarding Teradata's OVERLAPS, check .
The PERIOD_OVERLAPS_UDF is a Snowflake implementation of the OVERLAPS operator in Teradata.
The PERIOD(TIME WITH TIME ZONE) and PERIOD(TIMESTAMP WITH TIME ZONE) expressions are not supported yet.
: Snowflake does not support the period datatype, all periods are handled as varchar instead