i want only duplicates rows from coloumn
ex. emp_id(colomn name)1,1,2,3,3,4,5,5.
so i want only duplicates no.
Answer Posted / v rajkumar
select Emp_Id from Employee group by Emp_Id having count(*)
>1
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to delete a database in ms sql server?
Explain what is log shipping?
Do you know the isolation level that sql server support?
What are different types of replication in sql server?
What is the purpose of update statistics and scope_identity() function?
Explain where clause?
What is a database in ms sql server?
What is acid db?
What is sql server programming?
Explain active/passive and active/active cluster configurations?
What are two difference between sql azure and azure tables?
What are the purposes of floor and sign functions?
How to use transact-sql statements to access the database engine?
How can we solve concurrency problems?
How do I uninstall sql server 2014?