About 339,000 results
Open links in new tab
  1. Source Qualifier Transformation with an SQL Override

    Use the following rules and guidelines when you configure pushdown optimization for a session containing a Source Qualifier transformation with an SQL override: The SELECT statement in a custom SQL query must list the port names in the order in …

  2. Adding an SQL Query - Informatica

    The Source Qualifier transformation provides the SQL Query option to override the default query. You can enter an SQL statement supported by the source database.

  3. SQL Override in Informatica - Explore Informatica

    Feb 1, 2018 · The Source Qualifier transformation provides the SQL Query option to override the default query. We can use a parameter or variable as the SQL query or include parameters and variables within the query.

  4. SQL override in Source qualifier and look up overide in …

    Dec 11, 2015 · SQL override is commonly used by ETL developers in Source qualifiers and Lookup transformation. To override SQL in source qualifier you can generate the SQL from the properties tab of the source qualifier and do all the necessary modifications to the SQL.

  5. Source qualifier SQL override equivalent in ODI - Stack Overflow

    Aug 3, 2016 · On the physical tab of a mapping, click on the source node (datastore). Then in the properties pane, there is the CUSTOM_TEMPLATE option under "Extract Options" menu.

  6. SQL OVERRIDE IN INFORMATICA - Wings Of Technology

    May 27, 2019 · You can alter or override the default query in the Source Qualifier transformation by changing the default settings of the transformation properties. Do not change the list of selected ports or the order in which they appear in the query.

  7. Overriding the Default Query - Informatica

    You can alter or override the default query in the Source Qualifier transformation by changing the default settings of the transformation properties. Do not change the list of selected ports or the order in which they appear in the query.

  8. SQL query overwrite in source qualifier – Informatica

    Jan 26, 2014 · You can alter or override the default query in the mapping by entering SQL override in the Properties settings in the Sources qualifier. You can enter any SQL statement supported by the source database.

  9. HOW TO: Use a UNION query in a PowerCenter Mapping SQL Override

    May 18, 2022 · Add only the Source Definition for the first source table in the UNION query (TABLE1) to the mapping. Use the following SQL override in the Source Qualifier for the select statement.

  10. sql override in source qualifier in mapping designer

    Yes you can write sql override. For hello text filed you have to create one attribute in source qualifier, but make sure you have string data type attribute in Source else mapping will be invalid.