From fad2c7bd6575671336df3cf3368dacc405a000c7 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Wed, 26 Jun 2002 20:34:48 +0000 Subject: [PATCH] Added some sample data for the virtual bookshelf function --- sampledata-1.2 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/sampledata-1.2 b/sampledata-1.2 index de33946865..0e6fc18552 100644 --- a/sampledata-1.2 +++ b/sampledata-1.2 @@ -2266,3 +2266,39 @@ INSERT INTO issues VALUES (1,224,'2002-07-02','MAIN',NULL,NULL,NULL,NULL,NULL,20 INSERT INTO issues VALUES (1,339,'2002-07-02','MAIN',NULL,NULL,NULL,NULL,NULL,20020625133242); INSERT INTO issues VALUES (1,472,'2002-07-02','MAIN',NULL,NULL,NULL,NULL,NULL,20020625133244); +# +# Dumping data for table 'bookshelf' +# + +INSERT INTO bookshelf VALUES (1,'To Be Labelled'); +INSERT INTO bookshelf VALUES (2,'To Be Discarded'); +INSERT INTO bookshelf VALUES (3,'For Fall Book Sale'); + + +# +# Dumping data for table 'shelfcontents' +# + +INSERT INTO shelfcontents VALUES (1,187,0); +INSERT INTO shelfcontents VALUES (1,418,0); +INSERT INTO shelfcontents VALUES (1,443,0); +INSERT INTO shelfcontents VALUES (1,175,0); +INSERT INTO shelfcontents VALUES (1,165,0); +INSERT INTO shelfcontents VALUES (2,377,0); +INSERT INTO shelfcontents VALUES (2,412,0); +INSERT INTO shelfcontents VALUES (2,56,0); +INSERT INTO shelfcontents VALUES (2,58,0); +INSERT INTO shelfcontents VALUES (2,143,0); +INSERT INTO shelfcontents VALUES (2,222,0); +INSERT INTO shelfcontents VALUES (2,186,0); +INSERT INTO shelfcontents VALUES (2,305,0); +INSERT INTO shelfcontents VALUES (3,316,0); +INSERT INTO shelfcontents VALUES (3,400,0); +INSERT INTO shelfcontents VALUES (3,200,0); +INSERT INTO shelfcontents VALUES (3,101,0); +INSERT INTO shelfcontents VALUES (3,102,0); +INSERT INTO shelfcontents VALUES (3,30,0); +INSERT INTO shelfcontents VALUES (3,12,0); +INSERT INTO shelfcontents VALUES (3,87,0); +INSERT INTO shelfcontents VALUES (3,32,0); + -- 2.39.5