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 you understand by term role-playing dimension?
What is session task and command task?
What differs when we choose the sorted input for aggregator transformation?
How can we store previous session logs?
Explain lookup transformation in informatica
What is difference between a gateway node and worker node?
Tell me about MD5 functions in informatica
how many types of dimensions are available in informatica?
How to open an older version of an object in the workspace?
How to configure mapping in informatica?
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
Explain in detail scd type 2 through mapping.
What is Session and Batches?
What are roles and groups and benefits of using them?
What is rank transformation?