Compare commits
4 commits
2af5e6be7f
...
c4ca10eecf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4ca10eecf | ||
|
|
f07c396774 | ||
|
|
ac25cdcfb4 | ||
|
|
ffb319a90f |
1 changed files with 13 additions and 2 deletions
15
insert.sql
15
insert.sql
|
|
@ -74,6 +74,17 @@ INSERT INTO Personnel (
|
|||
'2020-9-15'
|
||||
);
|
||||
|
||||
INSERT INTO DOCTORANT(
|
||||
0,
|
||||
DATE '2022-08-17',
|
||||
DATE '2023-01-30'
|
||||
);
|
||||
|
||||
INSERT INTO DOCTORANT(
|
||||
4,
|
||||
DATE '2022-07-30',
|
||||
DATE '2023-02-20'
|
||||
);
|
||||
|
||||
INSERT INTO Labo_externe (
|
||||
0,
|
||||
|
|
@ -127,7 +138,7 @@ INSERT INTO Projet (
|
|||
30,
|
||||
1000,
|
||||
500,
|
||||
001
|
||||
001
|
||||
);
|
||||
|
||||
INSERT INTO Projet (
|
||||
|
|
@ -139,5 +150,5 @@ INSERT INTO Projet (
|
|||
40,
|
||||
100,
|
||||
60,
|
||||
002
|
||||
002
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue