write a query for how to eliminate the duplicate rows
without using distinct?
Answer Posted / madhu
DELETE FROM EMP WHERE ROWID NOT IN (SELECT MAX(ROWID)FROM
EMP GROUP BY EMPNO);
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can we override a native sql query within informatica?
Write the unconnected lookup syntax?
What is the benefit of session partitioning?
Is it possible to define a single node as a Gateway node as well as worker node?
How you know when to use a static cache and dynamic cache in lookup transformation?
What are the new features of informatica 9.x at the developer level?
How would you copy the content of one repository to another repository?
Define mapping and session?
Explain the etl program with few examples.
What is the maplet?
Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?
How to load data in informatica ?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
define galaxy repository in informatica
what are the Methods For Creating Reusable Transformations?