fixed typos
This commit is contained in:
parent
ce2e4fa123
commit
76877a4726
1 changed files with 7 additions and 7 deletions
14
insert.sql
14
insert.sql
|
@ -234,7 +234,7 @@ INSERT INTO Auteur_Externe(nom, prenom, adresseMail, idLabo) VALUES (
|
||||||
'John',
|
'John',
|
||||||
'Doe',
|
'Doe',
|
||||||
'johndoe@mail.com',
|
'johndoe@mail.com',
|
||||||
0
|
2
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO Auteur_Externe(nom, prenom, adresseMail, idLabo) VALUES (
|
INSERT INTO Auteur_Externe(nom, prenom, adresseMail, idLabo) VALUES (
|
||||||
|
@ -315,7 +315,7 @@ INSERT INTO Publication(titre, annee, nomConf, classeConf, nbPages) VALUES(
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
--Yasmine
|
--Yasmine
|
||||||
INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas, cout, idMeneur) VALUES(
|
INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas, cout, idMeneurProjet) VALUES(
|
||||||
'BaseDeDonnee',
|
'BaseDeDonnee',
|
||||||
'BDD',
|
'BDD',
|
||||||
DATE '2022-12-07',
|
DATE '2022-12-07',
|
||||||
|
@ -327,7 +327,7 @@ INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas,
|
||||||
);
|
);
|
||||||
|
|
||||||
--Yasmine
|
--Yasmine
|
||||||
INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas, cout, idMeneur) VALUES(
|
INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas, cout, idMeneurProjet) VALUES(
|
||||||
'langC',
|
'langC',
|
||||||
'C',
|
'C',
|
||||||
DATE '2022-11-07',
|
DATE '2022-11-07',
|
||||||
|
@ -339,7 +339,7 @@ INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas,
|
||||||
);
|
);
|
||||||
|
|
||||||
--Yasmine
|
--Yasmine
|
||||||
INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas, cout, idMeneur) VALUES(
|
INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas, cout, idMeneurProjet) VALUES(
|
||||||
'Programation web',
|
'Programation web',
|
||||||
'ProgWeb',
|
'ProgWeb',
|
||||||
DATE '2022-04-07',
|
DATE '2022-04-07',
|
||||||
|
@ -424,7 +424,7 @@ INSERT INTO Publie_Doctorant VALUES (
|
||||||
|
|
||||||
INSERT INTO Publie_Externe VALUES (
|
INSERT INTO Publie_Externe VALUES (
|
||||||
1,
|
1,
|
||||||
0
|
4
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO Publie_Externe VALUES (
|
INSERT INTO Publie_Externe VALUES (
|
||||||
|
@ -439,12 +439,12 @@ INSERT INTO Publie_Externe VALUES (
|
||||||
|
|
||||||
INSERT INTO Publie_Externe VALUES (
|
INSERT INTO Publie_Externe VALUES (
|
||||||
3,
|
3,
|
||||||
1
|
5
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO Publie_Externe VALUES (
|
INSERT INTO Publie_Externe VALUES (
|
||||||
4,
|
4,
|
||||||
1
|
5
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO Publie_Externe VALUES (
|
INSERT INTO Publie_Externe VALUES (
|
||||||
|
|
Loading…
Reference in a new issue