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 retrieve duplicate rows in a table?
How to delete the duplicate entries in a table?

Answer Posted / arun kumar k s

drop table #TEMP select distinct * into #TEMP from
TABLE_NAME delete from TABLE_NAME insert into TABLE_NAME
select * from #TEMP

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are points to remember while using the fillfactor argument?

1018


Explain rdbms?

1078


Explain candidate key, alternate key, and composite key?

1058


Can we perform backup restore operation on tempdb? : sql server database administration

1047


How to loop through result set objects using mssql_fetch_array()?

1135


Is it true that rules do not apply to data already existing in a database at the time the rule is created?

1087


What are commonly used odbc functions in php?

1058


What are different types of views?

987


What do you mean by a dependent functionality in a build?

1199


What is 2nf normalization?

1088


Explain “not null constraint” in sql server?

1090


Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...

2069


How to concatenate two binary strings together?

1175


What is a partitioned view?

1051


State the difference between local and global temporary tables?

1168