How to delete first 3 rows & last 3 rows in target table in
informatica
Answer Posted / suresh
cant we write a subquery?
delete from table emp where exists (select * from emp where rownum=1 or 2 or 3);
count(empno) --> has to be stored in a variable port and delete the last three rows of the target table.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is the difference between informatica6.1 and infomatica7.1
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
How might one distinguish in the case of mapping is right or not without associating session?
How big was your fact table
pmscmd startworkflow -sv
what is degenerated dimension?
What is fact table? Explain the different kinds of facts.
What is a code page?
server hot-ws270 is connect to Repository B. What does it mean?
How you can differentiate between connected lookup and unconnected lookup?
Is it possible to define a single node as a Gateway node as well as worker node?
What is aggregate cache in aggregator transformation?
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
wf dont have integration severances how you can run?