1
2
3
*
4
5
6
*
7
8
9

how to load records between two stars(*),

Answer Posted / sunny

select substr(
(select substr('123*456*789', 1 ,
instr('123*456*789','*',1,2)-1) from dual)
,instr(
(select substr('123*456*789', 1 ,
instr('123*456*789','*',1,2)-1) from dual)
,'*',1)+1) from dual;

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are Dimensional table?

692


Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.

1958


how to create user defined function (udf) in informatica

890


What is the use of an aggregator cache file?

778


define galaxy repository in informatica

1825






How might you approve all mappings in the archive all the while?

707


What is an active transformation?

739


What is the use of transformation?

657


Briefly describe lookup transformation?

667


What is a sorter transformation?

783


Explain scd type 3 through mapping.

676


Repository user profiles

1461


What do you mean incremental aggregation?

716


How can we use mapping variables in informatica? Where do we use them?

731


Mention few advantages of router transformation over filter transformation.

738