how do you count the duplicate records in a table
Answer Posted / suresh a
select sum(count(col1) -1) from emp
group by col1 having count(col1) > 1
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How do I partition in sql?
What is cold data?
What do you understand by pl/sql cursors?
Can we use ddl statements in stored procedure sql server?
How can we store rows in PL/SQL using array?
What is full join in sql?
What is sql profiler in oracle?
Is microsoft sql free?
What are packages in pl sql and also explain its advantages?
How do I install sql?
How many postgresql users are there, worldwide?
How do you bind variables in pl sql?
What is a sql trace file?
What does subquery mean in sql?
What schema means?