i have n number of records in my source, i want first and
last record to my target. how can u implement this scenario .

Answer Posted / chandrasekar

Please try the SQL query in the SQL override,

select * from emp where rownum=1 union select *
from emp where rowid=(select max(rowid) from
emp);


if it wrong means please mail to me chandranmca2007@gmail.com

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com

1622


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

709


Why filter transformation is an active one?

670


what is granularity,what type of granularity we will take in fact tables either lowlevel or highlevel,if two tables having same granularity that is posiable or not

1979


Target increases every day even though no new record was inserted

1221






What is the meaning of decode in informatica?

755


If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?

8929


What are the differences between source qualifier and joiner transformation?

683


what are the fact table & dimensional table in pharmaceutical and hospotal related products???

1789


How many input parameters can exist in an unconnected lookup?

1150


What is informatica?

772


What is event and what are the tasks related to it?

707


Can we create multiple integration service on single repository?

803


Briefly define a session task?

678


Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?

715