Hallöchen,

ohne jetzt getestet zu haben in etwa so:
PHP-Code:
Update MyFile a
set FeldDatum 
= (Select FeldDatum from MyFile b
                  where a
.FeldIndex b.FeldIndex
                    
and FeldDatum <> '00.00.0000' )
where FeldDatum '00.00.0000' 
Ich hoffe das hilft dir weiter
Gruß
Ronald