Hi,
I have one scenario.. i want to insert 4 times (Duplicate)
a row in the target. Please help me .
source row: abcabc
Tgt table:
abcabc
abcabc
abcabc
abcabc
Answer Posted / ch naveen kumar
let the attribute name be abcabc and name be aaa and table
name be 1
insert into 2 abcabc from 1 where count(aaa)<5;
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What happens when a session fails and you click on recover?
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.
Write the program through which the records can be updated?
Where are the source flat files kept before running the session?
How to load the data from a flat file into the target where the source flat file name changes daily?
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
What are mapplets?
Explain direct and indirect flat file loading (source file type) - informatica
Explain incremental aggregation in informatica
Explain transaction control transformation in informatica
Sequence generator, when you move from develoment to production how will you reset
What is sq transformation?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
what are the different types of transformation available in informatica. And what are the mostly used ones among them?
can we override a native sql query within informatica? Where do we do it?