Oui tout à fait. Tu crées le nouvel équipement pour avoir le nouveau numéro. Et après tu peux exécuter ces 2 requêtes en remplaçant nnn par le nouveau numéro d’équipement et aaa par l’aancien numéro d’équipement:
insert into conso_teleinfo (select timestamp, rec_date, rec_time, hchp, hchc, hchp2, hchc2, hchp3, hchc3, ptec, inst1, imax1, pmax, papp, nnn , temp from conso_teleinfo where id_equipement
= aaa);
insert into conso_jour (select timestamp, rec_date, periode , hp , hc , hp2 , hc2 , hp3 , hc3 , idx_max_hp , idx_min_hp , idx_max_hc , idx_min_hc , idx_max_hp2 , idx_min_hp2 , idx_max_hc2 , idx_min_hc2 , idx_max_hp3 , idx_min_hp3 , idx_max_hc3 , idx_min_hc3 , nnn, temp_max , temp_min , temp_moy , dju, dju_clim from conso_jour where id_eq = aaa);