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
How does a rank transform differ from aggregator transform functions max and min?
How to load data in informatica ?
complex mapping ur project u r invlve can u explain and give real time example give me ?
What are the components of the workflow manager?
What is xml source qualifier transformation in informatica?
What are the steps involved in the migration from older version to newer version of Informatica Server?
What are the static cache and dynamic cache in informatica?
What is meant by target load plan?
In informatica workflow manager, how many repositories can be created?
my source is junk data how will u remove that junk data by using unix please any one replay me
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
Please let me know how to make Data masking in informatica..
What is rank transformation?
What are the tasks that can be performed using sq?
hi friends .i designed mapping in windows but i want to run mapping in linux.should i install the server components in linux?