Deleting rows in mysql table that contain an empty field where more complete rows exist
I have a table which links the IDs of war memorials with the IDs of records of soldiers. It has a unique index based on the combination of the two IDs (sample data below). I have recently started storing the…