Table of Contents

Search

  1. Preface
  2. Mappings
  3. Mapplets
  4. Mapping Parameters
  5. Where to Assign Parameters
  6. Mapping Outputs
  7. Generate a Mapping from an SQL Query
  8. Dynamic Mappings
  9. How to Develop and Run a Dynamic Mapping
  10. Dynamic Mapping Use Cases
  11. Mapping Administration
  12. Export to PowerCenter
  13. Import From PowerCenter
  14. Performance Tuning
  15. Pushdown Optimization
  16. Partitioned Mappings
  17. Developer Tool Naming Conventions

Developer Mapping Guide

Developer Mapping Guide

Function Support in Queries that Generate a Mapping

Function Support in Queries that Generate a Mapping

Informatica supports functions that meet the ANSI SQL-92 standard.
In addition, some functions have specific syntax requirements.
The following table lists the functions and supported syntax:
Function
Syntax
DATE( )
To specify the format of a date:
DATE(format '<format>')
where <format> is a standard date format.
Example:
SELECT DATE(format 'dd-mm-yyyy') from table
POSITION( )
To determine the position of a substring in a literal string:
POSTITION('<substring>', '<string>' )
Example:
POSITION('MA', 'James Martin')
To determine the position of a substring in a table column:
POSTITION('<substring>', <column_name> )
Example:
POSITION('MA', FULL_NAME)

0 COMMENTS

We’d like to hear from you!