Table of Contents

Search

  1. About the Data Vault SQL Reference
  2. Introduction to SQL Reference for Informatica Data Vault
  3. Date and Time Arithmetic
  4. WHERE Clauses
  5. UNION Operator
  6. Parameterized Query
  7. Functions

Data Vault SQL Reference

Data Vault SQL Reference

Interval Comparisons

Interval Comparisons

Intervals can be compared to intervals of the same type using any of the following comparison operators:
=
,
<
,
>
,
>=
,
<=
,
<>
. When such a comparison is made, the expression evaluates to a Boolean value (TRUE or FALSE).

Examples

x=3 y=1
Expression
Result
x SECONDS <= y SECONDS
FALSE
x HOURS <> y HOURS
TRUE
y DAYS < x DAYS
TRUE

0 COMMENTS

We’d like to hear from you!