Bonjour j'ai une clé primaire mat que je veux modifier avec une concaténation '+' sur 2 tables. table1 et table2
les 2 tables sont liées par une FK donc j'ai les messages suivants.
The UPDATE statement conflicted with the REFERENCE constraint "FK_table1_table2". The conflict occurred in database "BDD", table "table1", column 'Matricule'.
The UPDATE statement conflicted with the FOREIGN KEY constraint "FK_table1_table2". The conflict occurred in database "BDD", table "table2", column 'MATRICULE'.
Partager