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 / pooja
CREATE TABLE B
AS
SELECT *
FROM
(SELECT *
FROM
(SELECT *,ROWNUM R
FROM A)
ORDER BY R DESC)
WHERE R=1;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
What is a router transformation?
Explain the code page compatibility?
Define sessions in informatica etl?
What are the new features of informatica 9.x at the developer level?
Explain about Informatica server process that how it works relates to mapping variables?
What is DR strategy for Informatica project?
what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?
How to differentiate between the active and passive transformations?
What is dynamic cache?
How an expression transformation differs from aggregator transformation?
What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?
Briefly explain the aggregator transformation?
What is meant by LDAP users?
What is transformation?