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

Examples of Intervals

Examples of Intervals

The following table provides expressions for intervals:
Expression
Result
'01.01.1954'-'01.01.1953'
365 (days)
'1602-12-31'-'2001-01-01'
-145368 (days)
'00:00:00'-'10:10:10'
-36610 (seconds)
'23.59.59'-'22.59.00'
3659 (seconds)
'1954-01-01-00.00.00'-
'1953-01-01-00.00.00'
31536000.000000 (seconds)
'2003-12-16-09.51.16.073000'-
'2003-12-19-09.00.00.000000'
-256123.927000 (seconds)

0 COMMENTS

We’d like to hear from you!