Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-07-15 : 10:32:02
|
| Sanjay Banik writes "i've three duplicate rows and i've to delete only two rows, how can i do this thing in SQL SERVER without using any cursor, temporary tables or by using any table variables.for e.g.Table Name : myTableField Name : A || B============================Row1 : A1 B1Row2 : A1 B1Row3 : A1 B1Output will be :Table Name : myTableField Name : A || B============================Row1 : A1 B1" |
|
|
graz
Chief SQLTeam Crack Dealer
4149 Posts |
Posted - 2004-07-15 : 10:32:02
|
| We've got an article written on deleting duplicates. I think it will answer your problems. Search on "deleting duplicates". |
 |
|
|
vsrajan76
Starting Member
10 Posts |
|
|
graz
Chief SQLTeam Crack Dealer
4149 Posts |
Posted - 2004-07-15 : 13:02:50
|
| And how about the link to the article on THIS site: http://www.sqlteam.com/item.asp?ItemID=3331===============================================Creating tomorrow's legacy systems today.One crisis at a time. |
 |
|
|
|
|
|