fix insert problems zith participe_externe

This commit is contained in:
Bonnet Ronan 2023-01-05 10:04:07 +01:00
parent 638d27f33b
commit 68c2ded08a

View file

@ -923,17 +923,17 @@ INSERT INTO Publie_Externe VALUES (
-- -- -- --
---------------------------------------------------------------------- ----------------------------------------------------------------------
INSERT INTO participe_externe VALUES ( INSERT INTO participe_externe VALUES (
4, 2,
5 5
); );
INSERT INTO participe_externe VALUES ( INSERT INTO participe_externe VALUES (
5, 3,
5 5
); );
INSERT INTO participe_externe VALUES ( INSERT INTO participe_externe VALUES (
6, 1,
5 5
); );