write a query for how to eliminate the duplicate rows
without using distinct?
Answer Posted / murali udayagiri
Assume some duplicate data is there in emp table. Try the
below to eliminate duplicate.
select * from emp
union
select * from emp;
Thanks,
Murali Udayagiri
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How can we store previous session logs?
Where can we find the throughput option in informatica?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
What are connected or unconnected transformations?
Write the unconnected lookup syntax?
What are the advantages of informatica?
have u done any performance tuning? how u ll do?
Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
What is InformaticaPowerCenter?
what is Active lock explain
how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?
Why union transformation is an active transformation?
How does a sorter cache works?
Differentiate between source qualifier and filter transformation?