posted 22 years ago
hi friends..i hav one problem.
say i hav one table "emp_name" that contains 100 records but most of the records are duplicate for example
s
s
s
a
b
c
d
e
f
a
d
a
a
s
f
c
c
.....this way it stores hundered records.
now i want to delete all the duplicate records means i want only one entry against "a" and all other "a" should be deleted ..wats the query for this...
thanks in advance.