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 do think which one is the better joiner or look up?
What is complex mapping?
How to improve the performance of a session using sorter transformation?
Explain the different kinds of facts.
To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?
What is the sql query overwrite in source qualifier in informatica
design of staging area?
What is informatica etl tool?
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
Please let me know how to make Data masking in informatica..
What is the session task and command task?
What are the databases that informatica can connect to windows?
What is fact table? Explain the different kinds of facts.
How we can use union transformation?
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?