Table of Contents

Search

  1. Introduction
  2. Configuring Hub Console Tools
  3. Building the Data Model
  4. Configuring the Data Flow
  5. Executing Informatica MDM Hub Processes
  6. Configuring Application Access
  7. MDM Hub Properties
  8. Viewing Configuration Details
  9. Search with Solr
  10. Row-level Locking
  11. MDM Hub Logging
  12. Table Partitioning
  13. Collecting MDM Environment Information with the Product Usage Toolkit
  14. Glossary

Defining Functions

Defining Functions

You can add aggregate functions to the columns in your queries. For example, you can use COUNT, MIN, or MAX on the data retrieved from the column. You can also edit and remove functions from the query.
The following code sample shows a function in an SQL statement:
select col1,
COUNT(col2)
as c1 from table_name
  1. In the properties pane, click the
    Select
    tab.
  2. Click the
    Add Function
    icon.
    The
    Add Function
    dialog box opens.
  3. Select the column.
  4. Select the function.
  5. Click
    OK
    .
    The function appears in the table.
  6. Optionally, you can edit, reorder, or remove functions.
    Option
    Description
    Edit
    Select the function, and click the
    Edit
    icon.
    Reorder
    Select the function, and click the
    Move Up
    or
    Move Down
    icon.
    Remove
    Select the function, and click the
    Delete
    icon.
  7. Click the
    Save
    icon.

0 COMMENTS

We’d like to hear from you!