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...

how to load first record of first time run,second record to 2nd time n 3rd record from 3rd time to target table

Answer Posted / dilip ingole

BY USING SQL

WITH DATA AS(SELECT NUM,ROWNUM RN ,COUNT(1)OVER() CNT FROM A)
SELECT NUM,RN FROM DATA WHERE RN=1
UNION
SELECT NUM,RN FROM DATA WHERE RN=CNT;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Enlist the differences between database and data warehouse.

1162


What are junk dimensions?

1111


What is meant by incremental aggregation?

1176


I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.

1330


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

1166


 Informatica Checkpoints

3373


Mention few advantages of router transformation over filter transformation.

1067


Can you use flat files in Mapplets.

2709


What are the types of presistent cache in look up tr.

2104


Make a note of the quantity vaults made in informatica?

1038


Enlist the tasks for which source qualifier transformation is used.

1071


Differences between version 7.x and 8.x.

1933


Explain sessions?

1132


what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?

2351


Informatica settings are available in which file?

1033