i have source as
Column1
101 a 101 b 101 c
so i want to load target as
column1 ---> 101 abc

Answer Posted / dilip ingole

using SQL

SELECT SUBSTR('101 a 101 b 101 c',1,4) ID ,REPLACE(TRANSLATE('101 a 101 b 101 c','1234567890',' '),' ','') DATA FROM DUAL;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the validations that you can perform in oracle and in informatica ? Advance Thanks

1860


How do you change a non-reusable transformation to reusable transformation?

804


tell me about your project functionality

2094


what are the Methods For Creating Reusable Transformations?

877


Explain about Informatica server process that how it works relates to mapping variables?

819


Explain sessions?

770


WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com

1707


Explain the types of transformations?

795


What is update strategy transform?

800


how lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.

1461


What are the new features of informatica 9.x developer?

740


What is a surrogate key?

809


Enlist some properties of sessions.

826


hi real timers . iam waiting for ur reply regarding ETL TESTING

2027


What is informatica?

874