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


Please Help Members By Posting Answers For Below Questions

What is a repository? And how to add it in an informatica client?

640


what are factless facts? And in which scenario will you use such kinds of fact tables.

1302


What is option by which we can run all the sessions in a batch simultaneously?

657


What is meant by pre and post session shell command?

610


Why filter transformation is an active one?

555






How union transformation is used?

581


What are the new features of informatica 9.x in developer level?

551


Enlist the advantages of informatica.

622


What are the differences between source qualifier and joiner transformation?

589


To import the flat file definition into the designer where should the flat file be placed?

669


How many ways are there to create ports?

716


what is song in infrmatica...?

1666


What is the need of an ETL tool?

634


what is the Default Source Option For Update Strategy Transformation?

749


In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.

1529