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

TODAY

TODAY

A date and time function that returns the current date as a DATE value. (The same functionality is provided by the special constant CURRENT DATE.)

TODAY Syntax

TODAY ( )

TODAY Example

CREATE TABLE dt_table (col1 DATE); INSERT INTO dt_table VALUES (TODAY()); 1 row affected SELECT * FROM dt_table; 1 row selected COL1 ---------- 2004-02-17

0 COMMENTS

We’d like to hear from you!