changement d'ordre
This commit is contained in:
parent
d700e9bfe7
commit
b30aa535b7
1 changed files with 21 additions and 21 deletions
42
insert.sql
42
insert.sql
|
@ -1047,27 +1047,6 @@ INSERT INTO Publie_Externe VALUES (
|
||||||
5
|
5
|
||||||
);
|
);
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
|
||||||
-- --
|
|
||||||
-- Participe Externe --
|
|
||||||
-- --
|
|
||||||
----------------------------------------------------------------------
|
|
||||||
INSERT INTO participe_externe VALUES (
|
|
||||||
2,
|
|
||||||
5
|
|
||||||
);
|
|
||||||
|
|
||||||
INSERT INTO participe_externe VALUES (
|
|
||||||
3,
|
|
||||||
5
|
|
||||||
);
|
|
||||||
|
|
||||||
INSERT INTO participe_externe VALUES (
|
|
||||||
1,
|
|
||||||
5
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- --
|
-- --
|
||||||
|
@ -1105,6 +1084,27 @@ INSERT INTO Partenaire(nom, pays) VALUES (
|
||||||
'France'
|
'France'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
-- --
|
||||||
|
-- Participe Externe --
|
||||||
|
-- --
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
INSERT INTO participe_externe VALUES (
|
||||||
|
2,
|
||||||
|
5
|
||||||
|
);
|
||||||
|
|
||||||
|
INSERT INTO participe_externe VALUES (
|
||||||
|
3,
|
||||||
|
5
|
||||||
|
);
|
||||||
|
|
||||||
|
INSERT INTO participe_externe VALUES (
|
||||||
|
1,
|
||||||
|
5
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- --
|
-- --
|
||||||
-- Participe Externe --
|
-- Participe Externe --
|
||||||
|
|
Loading…
Reference in a new issue