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 main use of mapplet?
How to update or delete the rows in a target, which do not have key fields?
my source is junk data how will u remove that junk data by using unix please any one replay me
What is target load order?
What is enterprise data warehousing?
How can a transformation be made reusable?
What is the difference between a repository server and a powerhouse?
On which transformations you created partitions in your project?
Which development components of informatica have the highest usage?
What does role playing dimension mean?
How to elaborate tracing level?
What is a router transformation?
What is workflow? What are the components of workflow manager?
explain abt ur project architecture?
draw informatica architecture 8.6 ?