i have oracle table A and target B. i don't know how many
records. i want get get last record in table A as first record
in target table B. write a sql query?
Answer Posted / upendra
select * from (select rownum as num,a.* from A a) where num=(select count(*) from A);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the session task and command task?
how many types of dimensions are available in informatica?
Partition, what happens if the specified key range is shorter and longer
How does a sorter cache works?
What are the main features of Oracle 8i with context to datawarehouse?
What is event and what are the tasks related to it?
Mention some types of transformation?
What is lookup transformation?
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
Explain about Informatica server process that how it works relates to mapping variables?
How do you use reject loader.
Different circumstance which drives informatica server to expel records?
Explain the types of lookup transformation?
Under what conditions selecting sorted input in aggregator will still not boost session performance?
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?