How to Delete duplicate record from table in sql server 2008
Hi all,
I have a table with two field
age location
20 A
22 B
20 A
22 B
23 C
Now i want to delete duplicate record from table through sql query if any one know then please help me.
Thanks in advance.....................