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

What is the function of look up transformation?

651


What do think which one is the better joiner or look up?

728


can anyone suggest best free Talend data integration training online

1263


Can we create a Integration service without a Repository service and vice versa?

726


Explain what are the different types of transformation available in informatica.

574






in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records

1739


Enterprise data warehouse your projects phase by phase explain?

1466


What is olap (on-line analytical processing?

641


How you can differentiate between connected lookup and unconnected lookup?

613


How does a sorter cache works?

571


What is union transformation in informatica?

701


Explain the scenario which compels informatica server to reject files?

657


what is Active lock explain

2370


Why is sorter an active transformation?

667


How can we use batches?

606