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
without table how to come first record only in oracle?
How do you migrate data from one environment to another?
Explain the informatica workflow?
How do you take back up of repository?
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1
what are the deliverables?in your project?
What is enterprise data warehousing?
What is blocking transformation?
how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?
How can we use mapping variables in informatica? Where do we use them?
What is the function of look up transformation?
Explain why we use partitioning the session in informatica?
How we can use union transformation?
Why sorter is an active transformation?
Where are the source flat files kept before running the session?