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

Description

Description

A particular row satisfies the LIKE predicate if the value of the column specified as the
character value expression
preceding the LIKE predicate matches the pattern specified in the
pattern-string
argument. Otherwise, the row is disqualified. The following examples demonstrate pattern matching:
The LIKE predicate is satisfied in the following cases:
  • Part LIKE 'Q%'. All part values beginning with Q.
  • Part LIKE '%Q'. All part values ending with Q.
  • Part LIKE 'Q_ _ _9'. All part values beginning with Q and having a 9 as the fifth and final character.
  • Part LIKE '_ _6%'. All part values having a 6 as the third character.
  • Part LIKE '%QQQ%'. All part values containing the string QQQ (for example, QQQAB, AQQQB, and ABQQQ).

0 COMMENTS

We’d like to hear from you!