How to eliminate 1st and last rows from the source and load
the inbetween rows.

Answer Posted / sagarreddy

in source qualifier your using this query like this u get it
easily
select rowid from tablename
minus
(select min(rowid) from tablename
union
select max(rowid) from tablename )
if u write this query will work it plz go through it

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain scd type 3 through mapping.

589


What are the data movement modes in informatica?

707


What is depict expression change?

623


Which is the t/r that builts only single cache memory?

715


How does a rank transform differ from aggregator transform functions max and min?

677






Please let me know how to make encryption and decryption with example?

1475


Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?

634


explain about unit testing? in real time?

1674


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

603


How to do unit testing in informatica? How to load data in informatica ?

655


Lookup transformation, one condition is having SQL override (Empno < 10) and the other condition is Lookup (Sal>1000), which is dynamic. How will u resolve this situation?

2430


Explain the code page compatibility?

645


What is meant by LDAP users?

699


If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?

1037


Hi, I want to do Informatica Designer certification. Can anyone help me by providing the details on this. Thanks in advance. Regards, Arnab

1657