how do you count the duplicate records in a table
Answer Posted / purushotham
select column,count(1) from a
group by column
having count(1)>1;
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How do I remove sql developer from windows 10?
how to use 'mysql' to run sql statements? : Sql dba
What are the different ways to optimize a sql query?
What is the most common sql injection tool?
What is multiple partition?
Does view contain data?
What are the most important ddl statements in sql?
when is the use of update_statistics command? : Sql dba
What is primary key and unique key?
How to load data with sql*loader?
what is meant by urlencode and urldocode? : Sql dba
What is execute immediate?
How do you update a sql procedure?
Can a primary key be a foreign key?
Which nosql database is best?