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
What is a joiner transformation and why it is an active one?
What is the difference between stop and abort in informatica
What will be the approach?
How to load the data from a flat file into the target where the source flat file name changes daily?
How many ways a relational source definition can be updated and what are they?
Can we create multiple integration service on single repository?
What is a standalone command task?
Reusable transformation and shortcut differences
hi real timers . iam waiting for ur reply regarding ETL TESTING
How to partition the Session?
What are mapplets? How is it different from a Reusable Transformation?
What is a code page?
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps
What is lookup transformation?
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?