Sql Server 2005 Query
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
How to get number of days in a month
How to get number of time a character occur in a string
How to select random row from table in SQL
split function in sql
How to get number of row in each table in database
Can we recover the data deleted from a table in SQL Server Database
Home
>>
Dababase Interview Questions
>>
Sql Server 2005 Query
How to select all duplicate records from a table
Posted on May 7th , 2010 by Admin
select Col, count(Col) from TableName group by field having count(*) > 1
Site Search