Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Is it possible to use a client with different version than that of its Informatica server?

1189


What is a predefined event?

1134


design of staging area?

2075


have u done any performance tuning? how u ll do?

2363


can you please explain me pre session and post session options?

7670


Explain load alternative records / rows into multiple targets - informatica

1204


What is a joiner transformation?

1035


How to create a non-reusable instance of reusable transformations?

1170


How to create Target definition for flat files?

1281


What is workflow monitor?

1099


How would you join a node to the already existing domain?

1180


i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance

2168


How do you convert single row from source into three rows into target?

1211


How to generate sequence numbers without using the sequence generator transformation?

1255


In what scenario we use to improve session performance by pushdown optimization?can any one give example?

6282