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 are the different pipelining hazards and how are they eliminated? : Dot net architecture
What is gui programming? : .NET Architecture
What is the use of TPL DATAFLOW?
where should I put this information then?
Use of Enable view state ? if turn off what happen ?
I want to create a project like google maps how can we do that with atlas?
How can we integrate atlas with web services?
Why only boxed types can be unboxed?
What happens to the winfx technologies?
What other than biginteger has been introduced in system.numerics namespace?
What is IL code, CLR, CTS, GAC & GC?
Can I customise the trace output?
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
What is the difference between an application and a program?
What does the term "green architecture" mean? : .NET Architecture