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
What is incremental aggregation?
Explain sessions. Explain how batches are used to combine executions?
Explain constraint based loading in informatica
what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?
What is data caches/ index caches?
Explain joiner transformation in informatica
What do you mean by channel change?
What are the types of schemas we have in data warehouse.
what is mean by complex business rule ?
What are the differences between source qualifier and joiner transformation?
Is it possible to revert a global repository to local one and why?
What is an expression transformation in informatica?
Can we change Dynamic to Static or Persistent cache? If so what happens?
How to generate sequence numbers without using the sequence generator transformation?
How to create a non-reusable instance of reusable transformations?