l3.cas-d-astre/sql/db-fill-demandeDA.sql
2009-05-01 08:39:36 +00:00

22 lines
701 B
SQL

INSERT INTO Demande_d_achat(date, numero_da, id_magasinier)
VALUES (10/12/2003,1,1);
INSERT INTO Demande_d_achat(date, numero_da, id_magasinier)
VALUES (16/09/2004,2,2);
INSERT INTO Demande_d_achat(date, numero_da, id_magasinier)
VALUES (23/07/2004,3,3);
INSERT INTO Demande_d_achat(date, numero_da, id_magasinier)
VALUES (26/08/2004,4,3);
INSERT INTO Demande_d_achat(date, numero_da, id_magasinier)
VALUES (27/09/2004,5,4);
INSERT INTO Demande_d_achat(date, numero_da, id_magasinier)
VALUES (05/10/2004,6,4);
INSERT INTO Demande_d_achat(date, numero_da, id_magasinier)
VALUES (05/10/2003,6,4);
INSERT INTO Demande_d_achat(date, numero_da, id_magasinier)
VALUES (15/10/2003,7,6);