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

Design time, run time. If you don't create parameter what will happen

1428


Explain dynamic target flat file name generation in informatica

652


Define the various join types of joiner transformation?

561


What are pre and post-session shell commands?

748


How to elaborate powercenter integration service?

653






What is workflow manager?

579


Explain pushdown optimization $pushdownconfig parameter - informatica

705


Can we change Dynamic to Static or Persistent cache? If so what happens?

1730


permutations of mapplet

2043


Enlist some properties of sessions.

636


Explain the different kinds of facts.

566


What are the measure objects?

668


what is the hint? how to use it to reduce the query processing in program?

6329


Explain the features of connected and unconnected lookup.

548


What is the use of code page?

612