I have this table in SQL where I would like to delete duplicate values if paidDate or AppDate are not populated.
With the sample below, I would only like to delete the first John row, because neither paidDate nor AppDate are not populated for that row, but I would like to keep Lisa in this table because it is not a duplicate.
Is there a way to do this?
