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 / devi
CREATE TABLE B
AS
SELECT * FROM A
ORDER BY ROWNUM DESC;
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
Tell me about Propagate functions in informatica
What is informatica? Why do we need it?
Do you find any difficulty while working with flat files as source and target?
What are the features of complex mapping?
What are the advantages of informatica?
without table how to come first record only in oracle?
What is informatica worklet?
What is the Rank index port in Rank transformation?
What is a sequence generator transformation?
hi real timers . iam waiting for ur reply regarding ETL TESTING
How to update a particular record in target with out running whole workflow?
How would you join a node to the already existing domain?
What does role playing dimension mean?
What is joiner change?
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?