How to count the number of duplicate items in a table?
Answer Posted / lalit goyal
select count(*) from (select boss_ID,COUNT(boss_ID) as s from dbo.Employee group by boss_ID ) a where s>1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use order by with union operators in ms sql server?
What are the types of processing and explain each? : sql server analysis services, ssas
What is a rollup clause?
Define primary key?
Can we use where clause in union?
List out what other servers you can use with ssrs?
What is the purpose of forms?
What is sub-query in sql server?
Explain filtered indexes?
How to integrate the ssrs reports in application?
What is the difference between resultset and resultsetmetadata?
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
How to use values from other tables in update statements in ms sql server?
How can we use ConnectorJ JDBC Driver with MS SQL?
Difference between report and query parameter.