Merge branch 'master' of https://git.etud.insa-toulouse.fr/rbonnet/tp_bdd2
This commit is contained in:
commit
006bf39fee
1 changed files with 2 additions and 2 deletions
|
@ -229,7 +229,7 @@ INSERT INTO Projet (
|
||||||
);
|
);
|
||||||
|
|
||||||
--Yasmine
|
--Yasmine
|
||||||
INSERT INTO Publication (
|
INSERT INTO Publication VALUES(
|
||||||
001,
|
001,
|
||||||
'recherche scientifique sur la chimie organique',
|
'recherche scientifique sur la chimie organique',
|
||||||
DATE '2022-07-07',
|
DATE '2022-07-07',
|
||||||
|
@ -240,7 +240,7 @@ INSERT INTO Publication (
|
||||||
|
|
||||||
--Yasmine
|
--Yasmine
|
||||||
|
|
||||||
INSERT INTO Publication (
|
INSERT INTO Publication VALUES(
|
||||||
002,
|
002,
|
||||||
'Page rank',
|
'Page rank',
|
||||||
DATE '2022-07-07',
|
DATE '2022-07-07',
|
||||||
|
|
Loading…
Reference in a new issue