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
What is sql rowcount?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
what are the different type of normalization? : Sql dba
What is output spooling in sql*plus?
discuss about myisam key cache. : Sql dba
How to change sql*plus system settings?
How is use pl and sql?
Are sql connections encrypted?
What is oracle sql developer?
What is normalization in a database?
What is a trigger word?
How do I remove sql developer from windows 10?
Where do we use pl sql?
How to process query result in pl/sql?