bonjourj'ai fait .... il y a un petit moment
/* Lieu dit dans subdivision pour généanet */
select * from   EVENEMENTS_IND  where   (substr (EV_IND_ADRESSE,1,1))    >= 'A' order by EV_IND_ADRESSE
UPDATE EVENEMENTS_IND  SET  EV_IND_SUBD = EV_IND_ADRESSE where   (substr (EV_IND_ADRESSE,1,1))    >= 'A' 
select * from    EVENEMENTS_FAM   where   (substr ( EV_FAM_ADRESSE ,1,1))    >= 'A' order by  EV_FAM_ADRESSE 
UPDATE EVENEMENTS_FAM  SET  EV_FAM_SUBD = EV_FAM_ADRESSE where   (substr (EV_FAM_ADRESSE,1,1))    >= 'A' 
le Select pour voir et le Update pour faire
et youpi le BOA