publie_doctorant correction
This commit is contained in:
parent
b30aa535b7
commit
6fe86ca434
1 changed files with 5 additions and 12 deletions
17
insert.sql
17
insert.sql
|
@ -1005,6 +1005,11 @@ INSERT INTO Publie_Doctorant VALUES (
|
|||
4
|
||||
);
|
||||
|
||||
INSERT INTO publie_doctorant VALUES (
|
||||
3,
|
||||
2
|
||||
);
|
||||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-- --
|
||||
|
@ -1143,15 +1148,3 @@ INSERT INTO Encadrement VALUES (
|
|||
2
|
||||
);
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-- --
|
||||
-- Publie doctorant --
|
||||
-- --
|
||||
----------------------------------------------------------------------
|
||||
|
||||
INSERT INTO publie_doctorant VALUES (
|
||||
8,
|
||||
2
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue