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

How to differentiate between the active and passive transformations?

623


Define enterprise data warehousing?

634


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

670


Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?

1642


Explain sessions and how many types of sessions are there?

580






what are factless facts? And in which scenario will you use such kinds of fact tables.

1315


pmscmd startworkflow -sv -d -u -p -f while running this command I got the error as "no gateway connectivity is provided for your domain name". So anyone please help me how to rectify this error?

1047


Hi, I am planning to take Infa Certification exam but am unable to find its dumps anywhere on web. If anybody has it, plz share them with me. jkinfo22@gmail.com Thanks in advance

1628


What is sq transformation?

664


What are the components of Informatica? And what is the purpose of each?

620


how tokens will generate?

1737


In which transformation you cannot drag ports into it?

776


Differentiate between reusable transformation and mapplet.

573


How to do unit testing in informatica?

718


What are the different transaction levels available in transaction control transformation?

674