From: <ope...@li...> - 2002-07-09 01:15:33
|
Update of /cvsroot/openposs/Database In directory usw-pr-cvs1:/tmp/cvs-serv24900 Added Files: sample_inventory.sql Log Message: Initial creation --- NEW FILE: sample_inventory.sql --- # # Generic inventory for sample store. # INSERT INTO stock_list VALUES (100001, 'PHP and MySQL Web Development', 'PHP and MySQL Web Development by Luke Welling, Laura Thomson. Paperback: 896 pages ; Dimensions (in inches): 2.09 x 9.07 x 7.36 * Publisher: Sams; ISBN: 0672317842; 1st edition (March 30, 2001)\r\n', 999999, '672317842', '123456789012346', '34.00', '49.99', 8, 1, 8, 8); INSERT INTO stock_list VALUES (100002, 'Web Database Applications with PHP & MySQL', 'Paperback: 582 pages ; Dimensions (in inches): 1.11 x 9.22 x 7.10 Publisher: O\'Reilly & Associates; ISBN: 0596000413; 1st edition (March 2002)\r\n', 999999, '596000413', '123456385012346', '30.00', '49.99', 5, 1, 5, 5); INSERT INTO stock_list VALUES (100003, 'Professional PHP4 XML', ' Paperback: 850 pages Publisher: Wrox Press Inc; ISBN: 1861007213; 1st edition (June 2002) Amazon.com Sales Rank: 37,415 \r\n', 999999, '1861007213', '874186789012346', '35.00', '49.99', 3, 0, 3, 3); INSERT INTO stock_list VALUES (100004, 'Professional PHP4 Programming', ' * Paperback: 974 pages ; Dimensions (in inches): 2.08 x 9.00 x 7.26 * Publisher: Wrox Press Inc; ISBN: 1861006918; 1st edition (January 2002)\r\n', 999999, '1861006918', '193456385396846', '35.00', '49.99', 5, 2, 7, 5); INSERT INTO stock_list VALUES (100005, 'Programming PHP', ' * Paperback: 500 pages ; Dimensions (in inches): 0.95 x 9.20 x 7.14 * Publisher: O\'Reilly & Associates; ISBN: 1565926102; 1st edition (March 2002)\r\n', 999999, '1565926102', '193478412396846', '35.00', '49.99', 3, 1, 5, 5); INSERT INTO stock_list VALUES (100006, 'Special Edition Using XML', NULL, 999999, '1785926452', '192351412396846', '39.00', '49.00', 7, 2, 8, 7); |