update + left join + oracle
Bonjour,
j 'essaie de faire un update sur la table1 :
Code:
1 2 3 4 5 6 7 8 9 10 11 12
|
update table1
set table1.annee=table3.annee
LEFT JOIN table2 on table1.OT = table2.NumeroDeProjet
LEFT JOIN table3 on (table1.New_Canal_min = table3.Canalisation and
table1.Securisation = table3.Securisation and table1.Constructeur = table3.Constructeur )
WHERE (
table2.StatutDuProjet='Actif' AND table1.Constructeur ='AVIAT'
) |
Citation:
j 'ai cette erreur :
Rapport d'erreur :
Erreur SQL : ORA-00933: la commande SQL ne se termine pas correctement
00933. 00000 - "SQL command not properly ended"
*Cause:
*Action:
Merci d'avance