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

Operators

Operators

You can use placeholders for values in mathematical operations (+ - * /) and the string concatenation operation (||).
For example, the following query uses a placeholder for one of the values in the addition operation:
SELECT * FROM customer WHERE age + ? > 100;

0 COMMENTS

We’d like to hear from you!