Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How To delete duplicate record from a particular table?

Answer Posted / parashu

Delete from <TableName> where <fieldName> in (select
<FieldName> from <TableName> Group By <FieldName> Having
(Count(<FieldName>)>1))

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?

1174


How to assign new column names in a view?

957


how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }

2410


How do I find sql server instance name?

1006


Explain what is it unwise to create wide clustered index keys?

1023


What is scalar user-defined function?

1186


What are the different acid properties?

1118


Can you edit the .rdl code associated with a linked report?

168


What is a transaction and why is it important?

1160


What is sql view?

1117


Do you know what are the ways available in sql server to execute sql statements?

1082


what is a mixed extent? : Sql server administration

1172


What are the rendering extensions of ssrs?

160


Do you know what is difference between index seek vs. Index scan?

1002


Do you know what are different types of replication in sql server?

1153