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
How to generate sequence numbers?
How can you validate all mappings in the repository simultaneously?
How to call shell scripts from informatica?
Briefly explain the aggregator transformation?
what is the Default Source Option For Update Strategy Transformation?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
What are the mapping parameters and mapping variables?
can u any challenge your project?
How we can create indexes after completing the loan process?
What can we do to improve the performance of informatica aggregator transformation?
What is meant by a domain?
How to create the source and target database connections in server manager?
What is the fact table?
What are the basic requirements to join two sources in a source qualifier transformation using default join?
How to partition the Session?