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

String Value Expressions

String Value Expressions

A string value expression is an expression that evaluates to a character string using some combination of direct references to CHAR or VARCHAR columns, string literals, and string functions. The concatenation operator (
||
) is used to combine the string value expression primaries (as described above). The maximum size of the result string is
4056
characters.
For example, the following expression
UPPER ("hello" || "world")
returns the result string "HELLOWORLD".

0 COMMENTS

We’d like to hear from you!