Hi All,
I have a table with the fileds Style#, DC#, Reciept Date and some other fields.
I have two similar rows having all the columns same but one row has Receipt date NULL and one row has some value in Receipt date.
If for same style# and Dc# combination two rows exists with Reciept Date as NULL and with some value, I want to delete the row that has Receipt date as NULL for same combination.
I cant do as DELETE * FRom table where [Receipt Date] AS NULL
Because there are some Style# and Dc# combinations which doesn't have Reciept Date at all.
Can any body help me out?
Thanks in advance
I have a table with the fileds Style#, DC#, Reciept Date and some other fields.
I have two similar rows having all the columns same but one row has Receipt date NULL and one row has some value in Receipt date.
If for same style# and Dc# combination two rows exists with Reciept Date as NULL and with some value, I want to delete the row that has Receipt date as NULL for same combination.
I cant do as DELETE * FRom table where [Receipt Date] AS NULL
Because there are some Style# and Dc# combinations which doesn't have Reciept Date at all.
Can any body help me out?
Thanks in advance