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

SUM

SUM

An aggregate function.

SUM Syntax

  • Returns the sum of the non-null values in the specified or derived column. It is only for numeric data.
    SUM (value-expression)
  • Returns the sum of the non-null values in the specified or derived column, when duplicates are omitted. It is only for numeric data.
    SUM (DISTINCT value-expression)

0 COMMENTS

We’d like to hear from you!