OVERLAPS Function | SQL Date/Time Functions & Expressions | Teradata Vantage - OVERLAPS - Advanced SQL Engine - Teradata Database

SQL Date and Time Functions and Expressions

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
xmd1556127764262.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1211
lifecycle
previous
Product Category
Teradata Vantageā„¢

Tests whether two time periods overlap each another.

Syntax

time_period_expression OVERLAPS time_period_expression
time_period_expression
{ ( { datetime_expression, { datetime_expression | interval_expression } |
      row_subquery
    } ) |
  period_expression |
  derived_expression
}
datetime_expression
A start and end DateTime.
interval_expression
An end DateTime.
row_subquery

A subquery that selects the same number of expressions as are specified in the expression or list of expressions.

The subquery cannot specify a SELECT AND CONSUME statement.

period_expression
The Period expression to be converted.
derived_period
Any expression that evaluates to a Period data type.