How to delete duplicate records if we have huge volume of
records in a table ?
(rowid is not the correct approach)
Answer Posted / dilip ingole
Delete from emp where rowid not in(select min(rowid) from emp group by eid,ename)
in group by column you need mention all column in table
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of lookup transformation?
What are the tuning techniques you applied during your last project
Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?
What is DR strategy for Informatica project?
Does an informatica transformation support only aggregate expressions?
what is INFORMATICA TESTING process
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
What is meant by active and passive transformation?
Can you generate sequence numbers without using the sequence generator transformation?
What is session task and command task?
How does the aggregator transformation handle null values?
What do you mean by blocking transformation?
How to update a particular record in target with out running whole workflow?
Write the different tools in the workflow manager?
How to extract sap data using informatica?