write a query for how to eliminate the duplicate rows
without using distinct?

Answer Posted / bharu_295

select count(*),col1,col2 ..... from table_name
groupby col1,col2.....
having count(*)>1

Is This Answer Correct ?    2 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is native users?

725


What is meant by a domain?

630


Why do you use Mapping Parameter and mapping variable?

1288


what are the best practices to extract data from flat file source which are bigger than 100 mb memory?

1918


design of staging area?

1591






How to create the source and target database connections in server manager?

632


What is event and what are the tasks related to it?

616


What is rank transformation in informatica

693


My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?

5584


Hi Everybody, I have one fixed width file as source and 4 oracle tables (relational) as target. What are the Unit test cases i need to implement ? 1.Using TextPad software i tested postion of the field 2.As per specification i tested like whether it is correctly mapped or not? Is there any other test case do i need to implement. If possible can any one give me the test cases Advance Thanks

1539


Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?

555


Explain target update override in informatica

631


lookup transformation with screenshots

3559


What is the benefit of session partitioning?

597


What is an expression transformation in informatica?

519