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

Explain Dataware house architecture .how data flow from intial to end?

2374


How does a sorter cache works?

835


What is parallel processing in informatica?

1343


Can we create multiple integration service on single repository?

987


Briefly explain your complete project(sales) flow, (ie. from source received from client, transformations, then despatch to end user) what are all the process. Kindly give step by step process.

2094


Define enterprise data warehousing?

906


Explain the types of transformations?

842


How to update or delete the rows in a target, which do not have key fields?

951


How identifying bottlenecks in various components of informatica and resolving them?

900


My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?

6065


Separate from an archive server and a powerhouse?

716


Explain scd type 3 through mapping.

793


Explain sessions and how many types of sessions are there?

823


Define sessions in informatica etl?

817


What is data movement mode in Informatica and difference between them?

896