I have SQL table with duplicated record but one filed is different
How can Delete duplicated record which this filed is null ?
and if two pair is null delete one
my table is :
id Number No
1 A25 10
2 A24 20
3 A25
4 C12
5 C12
new table :
id Number No
1 A25 10
2 A24 20
4 C12
5 C12