summaryrefslogtreecommitdiff
path: root/tests/unit/Data/SqlMap/scripts/mysql/documents-init.sql
blob: 258ae532301366dff4d8b81f36f4ffbe5663f2e0 (plain)
1
2
3
4
5
6
7
8
TRUNCATE `Documents`;

INSERT INTO Documents VALUES (1, 'The World of Null-A', 'Book', 55, null);
INSERT INTO Documents VALUES (2, 'Le Progres de Lyon', 'Newspaper', null , 'Lyon');
INSERT INTO Documents VALUES (3, 'Lord of the Rings', 'Book', 3587, null);
INSERT INTO Documents VALUES (4, 'Le Canard enchaine', 'Tabloid', null , 'Paris');
INSERT INTO Documents VALUES (5, 'Le Monde', 'Broadsheet', null , 'Paris');
INSERT INTO Documents VALUES (6, 'Foundation', 'Monograph', 557, null);