How to delete the duplicate records in a table using sql
server
Answer Posted / rakesh pattajoshi
delete from tbl where id not in(select max(id) from tbl group by name)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is private constructor? And it's use?
what are the events for a form?
What actually happes when you add a something to arraylistcollection ?
Name some changes done since version 3.0?
Is dim fs as filestreamobject is a managed code? : Dot net architecture
What do you know about machine.config file ?
What are relation objects in dataset?
data types used in validation control
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
Can you explain atlasuiglitz library?
What is the use of TPL DATAFLOW?
Explain the five stages in a dlx pipeline? : Dot net architecture
Explain about microsoft visual studio?
Explain about developer benefit from memory management?
how to change the title of my window?