# # DUMP FILE # # Database is ported from MS Access #------------------------------------------------------------------ # Created using "MS Access to MySQL" form http://www.bullzip.com # Program Version 5.5.282 # # OPTIONS: # sourcefilename=//campus.gla.ac.uk/SSD_Home_Data_D/me84m/Desktop/Scotchap_project_2014.mdb # sourceusername= # sourcepassword= # sourcesystemdatabase= # destinationdatabase=scotchap_project_2014_sqldump # storageengine=MyISAM # dropdatabase=0 # createtables=1 # unicode=1 # autocommit=1 # transferdefaultvalues=1 # transferindexes=1 # transferautonumbers=1 # transferrecords=1 # columnlist=1 # tableprefix= # negativeboolean=0 # ignorelargeblobs=0 # memotype=LONGTEXT # datetimetype=DATETIME # CREATE DATABASE IF NOT EXISTS `scotchap_project_2014_sqldump`; USE `scotchap_project_2014_sqldump`; # # Table structure for table 'Add_Copies' # DROP TABLE IF EXISTS `Add_Copies`; CREATE TABLE `Add_Copies` ( `Copy_ID` INTEGER NOT NULL AUTO_INCREMENT, `Books_ID` INTEGER DEFAULT 0, `Repository_Code` VARCHAR(3), `Call_Number` VARCHAR(15) NOT NULL, `Item` DOUBLE NULL, `Book_Size` INTEGER, `Copy_Notes` LONGTEXT, INDEX (`Call_Number`), INDEX (`Copy_ID`), PRIMARY KEY (`Copy_ID`), INDEX (`Repository_Code`), INDEX (`Books_ID`) ) ENGINE=myisam DEFAULT CHARSET=utf8; SET autocommit=1; # # Dumping data for table 'Add_Copies' # # 0 records # # Table structure for table 'Add_Work_Book_Link' # DROP TABLE IF EXISTS `Add_Work_Book_Link`; CREATE TABLE `Add_Work_Book_Link` ( `Works_ID` INTEGER NOT NULL DEFAULT 0, `Books_ID` INTEGER NOT NULL DEFAULT 0, INDEX (`Books_ID`), PRIMARY KEY (`Works_ID`, `Books_ID`), INDEX (`Works_ID`) ) ENGINE=myisam DEFAULT CHARSET=utf8; SET autocommit=1; # # Dumping data for table 'Add_Work_Book_Link' # # 0 records # # Table structure for table 'Books' # DROP TABLE IF EXISTS `Books`; CREATE TABLE `Books` ( `Books_ID` INTEGER NOT NULL AUTO_INCREMENT, `Author_1` VARCHAR(70), `Author_1_corporate` TINYINT(1), `Author_2` VARCHAR(70), `Author_2_corporate` TINYINT(1), `Title` LONGTEXT NOT NULL, `Edition` VARCHAR(100), `Imprint` LONGTEXT NOT NULL, `Place` VARCHAR(50), `Publisher_Name1` VARCHAR(70), `Publisher_Name2` VARCHAR(50), `Date1` DATETIME NOT NULL, `Date2` DATETIME, `Pagination` VARCHAR(50), `Printed_Size` FLOAT NULL DEFAULT 0, `Illustration` VARCHAR(255), `Price` VARCHAR(50), `Series` VARCHAR(150), `Series_Number` VARCHAR(10), `Book_Notes` LONGTEXT, `Bibliographic_Reference` VARCHAR(50), `Serial` TINYINT(1), `Subject_Name` VARCHAR(70), `Subject_Name_corporate` TINYINT(1), INDEX (`Author_2`), INDEX (`Series_Number`), PRIMARY KEY (`Books_ID`), INDEX (`Series`), INDEX (`Books_ID`) ) ENGINE=myisam DEFAULT CHARSET=utf8; SET autocommit=1; # # Dumping data for table 'Books' # INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1, NULL, 0, NULL, 0, 'The A, B, C. with the Shorter catechism, appointed by the General Assembly, to be a directory for catechising such as are of a weaker capacity. To which is added, some short and easy questions and answers for children at first beginning', NULL, 'Glasgow : John Bryce, 1767', 'Glasgow', 'Bryce, John', NULL, '1767-01-01 00:00:00', '1767-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (2, NULL, 0, NULL, 0, 'The A, B, C. with the Shorter catechism appointed by the General Assembly, to be a directory for catechising children, and such as are of a weak capacity. To which are added, some questions of Scripture-names in the Old Testament', NULL, 'Glasgow : Printed and sold by A. Duncan, 1774', 'Glasgow', 'Duncan, A.', NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3, NULL, 0, NULL, 0, 'An abstract of the bloody massacre in Ireland... in the year 1641...', NULL, 'Glasgow : J. & J. Robertson, 1779', 'Glasgow', 'Robertson, John', 'Robertson, James', '1779-01-01 00:00:00', '1779-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Woodcut frontispiece.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4, NULL, 0, NULL, 0, 'An account of terrible apparitions and prodigies, which hath been seen both upon earth and sea, in the end of last, and beginning of this present year, 1721', NULL, 'Glasgow : Printed by Thomas Crawford, 1721', 'Glasgow', 'Crawford, Thomas', NULL, '1721-01-01 00:00:00', '1721-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (5, NULL, 0, NULL, 0, 'An account of the birth, life, and death of Judas Iscariot...', NULL, 'Glasgow, 1717', 'Glasgow', NULL, NULL, '1717-01-01 00:00:00', '1717-12-31 00:00:00', '12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (6, NULL, 0, NULL, 0, 'A full and true account of the birth, life, and death of Judas Iscariot...', NULL, 'Glasgow, 1771', 'Glasgow', NULL, NULL, '1771-01-01 00:00:00', '1771-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (7, NULL, 0, NULL, 0, 'An account of the loss of the Essex, from having been struck by a whale, in the South Seas... from the narrative of one of the survivors', NULL, 'Paisley : G. Caldwell, 1842', 'Paisley', 'Caldwell, George', NULL, '1842-01-01 00:00:00', '1842-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (8, NULL, 0, NULL, 0, 'An account of the sufferings and dying words, of several French Protestants: under this present persecution...', NULL, 'Glasgow : Printed by Robert Sanders, 1717', 'Glasgow', 'Sanders, Robert', NULL, '1717-01-01 00:00:00', '1717-12-31 00:00:00', '12', NULL, NULL, NULL, NULL, NULL, '12mo', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (9, NULL, 0, NULL, 0, 'Adam Bell, Clym of the Clough, and William of Cloudeslie', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, '111', 'Dated from examination of text and style.\r\n\'111\' is printed at the foot of the title page.\r\nIn verse.\r\nIllustration on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (10, NULL, 0, NULL, 0, 'The adventures of Robinson Crusoe, the York mariner', NULL, 'Paisley : by J. Neilson, 1822', 'Paisley', 'Neilson, John', NULL, '1822-01-01 00:00:00', '1822-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Woodcuts', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (11, 'Aesop', 0, NULL, 0, 'Fables of Æsop and others... To which is prefixed, The life of Æsop...', NULL, 'Aberdeen : James Chalmers and Co., 1781', 'Aberdeen', NULL, NULL, '1781-01-01 00:00:00', '1781-12-31 00:00:00', '144', NULL, NULL, NULL, NULL, NULL, 'Woodcuts', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (12, 'Aesop', 0, NULL, 0, 'Æsop\'s fables: with his life, morals and remarks. Fitted for the meanest capacities', 'A new edition carefully corrected', 'Glasgow : James Gillies, 1786', 'Glasgow', 'Gillies, James', NULL, '1786-01-01 00:00:00', '1786-12-31 00:00:00', '148', NULL, NULL, NULL, NULL, NULL, 'Woodcuts. This is the same as the edition of the same year \'Printed by Alex. Adam for the booksellers\'. James Gillies has had his own name inserted in the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (13, 'Aesop', 0, NULL, 0, 'Æsop\'s fables: with his life, morals and remarks. Fitted for the meanest capacities', 'A new edition, carefully corrected', 'Glasgow : James Gillies, 1805', 'Glasgow', 'Gillies, James', NULL, '1805-01-01 00:00:00', '1805-12-31 00:00:00', '156', NULL, NULL, NULL, NULL, NULL, 'Woodcuts', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (14, NULL, 0, NULL, 0, 'The afflicted parents. Or, The undutiful child punished...', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In verse', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (15, NULL, 0, NULL, 0, 'The life & age of man, or, short description of the nature, rise, and fall, - according to the twelve months of the year. : To which is added, Crazy Jane, and The betray\'d lover', NULL, 'Glasgow : R. Hutchison, [n.d.]', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1824-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (16, 'Aitken, John', 0, NULL, 0, 'The plebeian\'s alarm, on the resurrection of the Corn Bill. A poem, by John Aitken', 'Third edition', 'Glasgow : by T. Duncan, 1815', 'Glasgow', 'Duncan, Thomas', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (17, 'Aitken, John', 0, NULL, 0, 'The swinish multitude\'s push for reform. A poem, in three cantos, [John Aitken]', NULL, 'Glasgow : by W. Lang, 1816', 'Glasgow', 'Lang, William', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (18, 'Aitken, John', 0, NULL, 0, 'The swinish multitude\'s push for reform. A poem, in three cantos. By John Aitken...', 'Second edition', 'Glasgow : Printed by W. Lang, 1816', 'Glasgow', 'Lang, William', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (19, NULL, 0, NULL, 0, 'Ali Baba: or The forty thieves, an interesting tale', NULL, 'Glasgow : Printed for the booksellers, [ca. 1850] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.6, '2', NULL, NULL, '3', 'Illustration on title page.\r\n\'3.\' is printed below border.\r\nBoth the illustration (a standing figure in military dress) and the typeface on the title page differ from the copy at L.C.2849(13) (a rural scene with a ruin in the background). The text is identical. StEdNL.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (20, NULL, 0, NULL, 0, 'All the months in the year. To which are added, Bonny Mally Stewart, and, The fumbler\'s rant', NULL, 'Stirling : M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, 'Illustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (21, NULL, 0, NULL, 0, 'Allan Tine O\'Harrow; to which are added, Highland laddie, Bonnie wood of Craigie lea', NULL, 'Stirling : Printed and sold, wholesale and retail, by W. Macnie, bookseller, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (22, NULL, 0, NULL, 0, 'Allan Tine o\' Harrow; to which are added, Jack in his element. The beds of roses', NULL, 'Falkirk, [n.d.]', 'Falkirk', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (23, 'Allusio Jocularis', 0, NULL, 0, 'Letter to Torquil M\'Tonaisgte, esq. introducing something new. By Allusio Jocularis...', NULL, 'Glasgow, 1808', 'Glasgow', NULL, NULL, '1808-01-01 00:00:00', '1808-12-31 00:00:00', '32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (24, 'Andrew, Merry', 0, NULL, 0, 'The ancient and modern history of Buck-Haven in Fifeshire... By Merry Andrew at Tamtallon', NULL, 'Glasgow : Published and sold wholesale and retail, by R. Hutchison & Co. 10, Saltmarket, 1817', 'Glasgow', 'Hutchison, Robert', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'illus. - Attributed to Dougal Graham. - Fairley 182', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (25, NULL, 0, NULL, 0, 'The history of Buckhaven in Fifeshire. Containing the entertaining exploits of Wise Willie and Witty Eppie...', NULL, 'Edinburgh : Printed for the booksellers in town and country, [1815-1825?] ', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13.5, '2', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse and prose.\r\nDated from external evidence.', 'Fairley 192.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (26, NULL, 0, NULL, 0, 'Andrew Lammie, or, Mill of Tiftie\'s Annie.', NULL, 'Stirling : Printed and sold, wholesale and retail, by W. Macnie, bookseller, [1820-1830?] ', 'Stirling', 'MacNie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (27, 'Andrews, John, of Paisley', 0, 'Sempill, Robert', 0, 'Raising the wind; or, Habbie Sympson and his wife baith deid. As originaly [sic] written and spoken by John Andrews, in the Exchange Rooms, Moss street. Together with The lyfe and deithe of Habbie Simpson, the famous pyper of Kilbarchan. Written by Robert Sempill, of Belltreis, between the years 1630 and 1640.', NULL, 'Paisley : Printed by G. Caldwell & Co., 1865', 'Paisley', 'Caldwell, George', NULL, '1865-01-01 00:00:00', '1865-12-31 00:00:00', '8', 12.5, '0', NULL, NULL, NULL, 'In verse and prose.', NULL, 0, 'Simpson, Habbie.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (28, NULL, 0, NULL, 0, 'The arethusa; to which is added, Auld langsyne, The child of a tar, The willow tree, and The mariners of England', NULL, 'Glasgow : Published by R. Hutchison & Co., [n.d.]', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1824-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (29, NULL, 0, NULL, 0, 'Arthur M\'Bride. To which are added, The bard\'s legacy, Fair fa\' the lasses, Ca\' the ewes to the knowes, and Second thoughts are best', NULL, 'Glasgow : Printed and sold, wholesale and retail, by T. Duncan, 159, Saltmarket, [1815-1822?] ', 'Glasgow', 'Duncan, Thomas', NULL, '1815-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.\r\nFair fa\' the lasses : Tune - Green grow the rushes, O.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (30, 'Athens, Romulus', 0, NULL, 0, 'Letter to James Block, esq. on the subject of his poetical effusion to the \"Sooty rabble,\" as he is pleased to term the labouring classes of society. By Romulus Athens, esq', NULL, 'Glasgow : by W. Lang, 1816', 'Glasgow', 'Lang, William', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (31, 'Auborn, A. d\'', 0, NULL, 0, 'The French convert... To which is added, A brief account of the present severe persecutions of the French Protestants, [A. d\'Auborn]', '20th edition', 'Glasgow : by J. & J. Robertson, 1777', 'Glasgow', NULL, NULL, '1777-01-01 00:00:00', '1777-12-31 00:00:00', '108', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (32, NULL, 0, NULL, 0, 'The auld wife ayont the fire; to which are added, Dennis Brulgruddery. Master Rooney Ballinafad\'s travels and voyage. \'Twas yes, kind sir, and I thank you too. Ah! Scotland, my country', NULL, 'Greenock : by W. Scott, [n.d.]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (33, 'Yarrington, Rob', 0, NULL, 0, 'The beautiful old song of The babes in the wood. Written by Rob. Yarrington, 1601', NULL, 'Peterhead : Printed by P. Buchan, [1816-1831?] ', 'Peterhead', 'Buchan, Peter', NULL, '1816-01-01 00:00:00', '1831-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nColophon at foot of p. 8 reads : P. Buchan, printer, Peterhead.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (34, NULL, 0, NULL, 0, 'The babes in the wood: being a true relation of a Norfolk gentleman and his wife, who left two children to the charge of an uncle, who dealt most wickedly with them, and how he was punished for it. To which is added, The Yorkshire beauty', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (35, NULL, 0, NULL, 0, 'An excellent old song, The babes in the wood', NULL, 'Stirling : Printed by C. Randall, 1806', 'Stirling', 'Randall, Charles', NULL, '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 13.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (36, NULL, 0, NULL, 0, 'The two babes in the wood. To which is added, Mucking of Geordie\'s byre', NULL, 'Glasgow : published, and sold wholesale and retail, by R. Hutchison, 10. Saltmarket [n.d.]', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1819-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (37, NULL, 0, NULL, 0, 'The two babes in the wood; to which is added, The Highland laddie', NULL, 'Glasgow : Printed for the booksellers, 1828', 'Glasgow', NULL, NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (38, 'Bacon, Nathaniel, 1593-1660', 0, NULL, 0, 'A relation of the fearful estate of Francis Spira. After he turned apostate from the Protestant Church to Popery. As also the miserable lives, and woeful deaths, of Mr. John Child... and Mr. George Edwards..., [Nathaniel Bacon]', NULL, 'Glasgow : for Robert Smith, 1761', 'Glasgow', 'Smith, Robert', NULL, '1761-01-01 00:00:00', '1761-12-31 00:00:00', 'xvi, 90', NULL, NULL, NULL, NULL, NULL, 'Woodcut frontispiece.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (39, 'Bacon, Nathaniel, 1593-1660', 0, NULL, 0, 'A relation of the fearful state of Francis Spira. After he turned apostate from the Protestant Church to Popery..., [Nathaniel Bacon]', NULL, 'Glasgow : Printed, and sold by the booksellers in Great Britain and Ireland, 1780', 'Glasgow', NULL, NULL, '1780-01-01 00:00:00', '1780-12-31 00:00:00', '40', NULL, NULL, 'Price three-pence.', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (40, NULL, 0, NULL, 0, 'Bailie Nicol Jarvie\'s journey to Aberfoil. To which are added, St. Patrick was a gentleman, and The auld sark sleeve', NULL, 'Glasgow : for J. Neil, 1829', 'Glasgow', 'Neil, J.', NULL, '1829-01-01 00:00:00', '1829-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (41, 'Baillie, Alexander', 0, NULL, 0, 'Miscellaneous poems. By Alexander Baillie', NULL, 'Edinburgh : sold by James Watson, 1799', 'Edinburgh', NULL, NULL, '1799-01-01 00:00:00', '1799-12-31 00:00:00', '60', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (42, NULL, 0, NULL, 0, 'The banks o\' the Devon. To which are added, The land o\' the leal, Despairing Mary, The thorn, Sleeping Maggie, Fair Helen, Hal the woodman', NULL, 'Edinburgh : for the booksellers, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (43, NULL, 0, NULL, 0, 'The barking barber. To which are added, Katherine Ogie, and The sailor dear', NULL, 'Falkirk : Printed by T. Johnston, [1810-1825?] ', 'Falkirk', 'Johnston, Thomas', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from period of activity of publisher and external evidence.\r\nColophon at foot of p. 8 reads : Falkirk- T. Johnston, Printer.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (44, NULL, 0, NULL, 0, 'Bartholomew Fair. The mail coach. Haud awa frae me Donald. My soldier love', NULL, 'Glasgow : Printed for the booksellers, [18--]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (45, 'Renwick, James, 1662-1688', 0, NULL, 0, 'The saints\' duty in evil times : in two sermons preached from Isa. xxvi 20. By Mr. James Renwick, Minister of the Gospel, who suffered in the Grass-Market of Edinburgh, upon the 17th day of February, 1688 ...', NULL, 'Glasgow : Printed by J. and M. Robertson,MDCCXC [1790]', 'Glasgow', 'Robertson, J.', 'Robertson, M.', '1790-01-01 00:00:00', '1790-12-31 00:00:00', '24', 14.4, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (46, NULL, 0, NULL, 0, 'The Battle of Rosline fought on the plains of Rosline, 1303. To which are added, Jack in his element: When late I wander\'d.', NULL, 'Stirling : Printed by C. Randall, 1808.', 'Stirling', 'Randall, Charles', NULL, '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (47, NULL, 0, NULL, 0, 'The Battle of the Boyne; to which are added, Get up and bar the door. Carle and the King come.', NULL, 'Stirling : Printed by W. Macnie, 1825', 'Stirling', 'Macnie, William', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (48, NULL, 0, NULL, 0, 'The Battle of Waterloo, Homeward bound, and The gods of the Greeks', NULL, 'Stirling : Printed for J. Fraser, 1817', 'Stirling', 'Fraser, John', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (49, NULL, 0, NULL, 0, 'The Battle of Waterloo. To which is added, The Irish haymaker, Sleepin\' Maggy, The chapter on pockets, The willow-tree, and Love and glory', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (50, NULL, 0, NULL, 0, 'Be a good boy and take care of yourself. I dream\'d a dreary dream. There was an ancient fair. My father he left me a snug little cot. Allister M\'Allister', NULL, 'Glasgow : Printed for the booksellers, [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (51, NULL, 0, NULL, 0, 'The beauties of Glasgow: to which are added, I wonder\'d what he meant. Bonny Charley, The gleaners.', NULL, 'Stirling : Printed by C. Randall, 1806', 'Stirling', 'Randall, Charles', NULL, '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 14.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (52, NULL, 0, NULL, 0, 'The Beehive or, The sips of the season. Being a choice collection, of the newest songs, now singing at all public places of amusement', NULL, '[London] : J. Pitts, [n.d.]', 'London', NULL, NULL, NULL, NULL, '8', NULL, NULL, 'One penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (53, NULL, 0, NULL, 0, 'Beneath the willow tree. To which are added, The minute gun at sea. Now winter wi\' his cloudy braw. Gude forgi\'e me for liein. The braes o\' Lomond. Despairing Mary. The moment Aurora', NULL, 'Stirling : by M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (54, 'Muirhead, James', 0, NULL, 0, 'Bess the Gawkie [by James Muirhead]. To which are added, Again the wish\'d for festive hour, I\'m weel sair\'d wi\' spunk, Cherry-cheek Patty, Captain Wattle and Miss Roe, Dear is my native vale', NULL, 'Glasgow : Printed for the booksellers, 1828', 'Glasgow', NULL, NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (55, 'Muirhead, James', 0, NULL, 0, 'Bess the Gawkie [by James Muirhead]. To which are added, Peggy Irvine, The legacy, and Gude news', NULL, 'Edinburgh : by J. Morren, Cowgate, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (56, NULL, 0, NULL, 0, 'Betsey Baker. To which are added, Who\'s master, or, A fight for the breeches, York youre wanted, and Emigrants farewell', NULL, 'Glasgow : Printed by and for J. Neil, 17, Bazar, 1829', 'Glasgow', 'Neil, J.', NULL, '1829-01-01 00:00:00', '1829-12-31 00:00:00', '8', 11.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nBetsey Baker : Air - \"Push about the jorum.\" As sung by Mr. Potts, Theatrical Pavillion, Glasgow.\r\nWho\'s master? or, A fight for the breeches : Sung by Mr. Potts, Theatrical Pavilion, Glasgow.\r\nYork, yo\'ure wanted : Air ', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (57, NULL, 0, NULL, 0, 'The history of the Holy Bible abridged', NULL, 'Glasgow : Published by Lumsden & Son at their Toy Book Manufactory, [n.d.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1814-01-01 00:00:00', '1892-12-31 00:00:00', '52', NULL, '8', 'Price sixpence', NULL, NULL, '8 engrs.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (58, NULL, 0, NULL, 0, 'The Song of Solomon. : Called, The Song of songs. Translated into English meeter, and fitted to be sung with any of the common tunes of the Psalms', 'The second edition', 'Glasgow : Printed by Robert Sanders, 1716', 'Glasgow', 'Sanders, Robert', NULL, '1716-01-01 00:00:00', '1716-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (59, NULL, 0, NULL, 0, 'Bide ye yet. In winter when the rain rain\'d cauld. Variety is charming. How stands the glass around. O Jeanie there\'s naething to fear ye', NULL, 'Glasgow : Printed for the booksellers, [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (60, NULL, 0, NULL, 0, 'A biographical sketch of the life and labours of... the Rev. James Hall D.D. of the United Secession Church, Broughton-Place Meeting-House, Edinburgh', NULL, 'Paisley : by G. Caldwell for G. Dalzell, 1827', 'Paisley', 'Dalzell, G.', 'Caldwell, George', '1827-01-01 00:00:00', '1827-12-31 00:00:00', '16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (61, 'Bisset, John', 0, NULL, 0, 'An alarm to careless sinners, Sabbathbreakers, and slothful ministers... by Mr. John Bisset...', NULL, 'Paisley : Printed for Alex. Ross travelling bookseller, 1789', 'Paisley', 'Ross, Alexander', NULL, '1789-01-01 00:00:00', '1789-12-31 00:00:00', '16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (62, 'Black, Thomas', 0, NULL, 0, 'A soliloquy on the soul. By Mr. Thomas Black... To which is added, A meditation, wrote a little before the author\'s death', NULL, 'Stirling : M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'In verse', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (63, NULL, 0, NULL, 0, 'The Roman nobleman and cruel blackamoor in the wood. An ancient ballad', NULL, 'Falkirk : by T. Johnston, 1814', 'Falkirk', 'Johnston, Thomas', NULL, '1814-01-01 00:00:00', '1814-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (64, NULL, 0, NULL, 0, 'The blackamoor of the wood. Being a tragical end of a gallant lord and virtuous lady; together with the untimely death of their two children...', NULL, 'Stirling : Printed by W. Macnie, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (65, NULL, 0, NULL, 0, 'Black-ey\'d Susan\'s garland, in four parts', NULL, 'Edinburgh : for the Company of Flying Stationers, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (66, NULL, 0, NULL, 0, 'Black-ey\'d Susan\'s garland, in four parts', NULL, 'Edinburgh : Printed by J. Morren, Cowgate. [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', 11.8, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (67, 'Block, James', 0, NULL, 0, 'Hints to the disaffected \"sooty rabble,\" on their day of meeting, in order to petition for a reform in Parliament. By James Block, esq., place-hunter...', 'Seventh edition', 'Glasgow : by W. Lang, 1816', 'Glasgow', 'Lang, William', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (68, 'Block, James', 0, NULL, 0, 'Hints to the disaffected \"sooty rabble,\" on their day of meeting, in order to petition for a reform in Parliament. By James Block, esq. place-hunter', 'Eighth edition', 'Glasgow : by W. Lang, 1816', 'Glasgow', 'Lang, William', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (69, NULL, 0, NULL, 0, 'The blythesome bridal. Rail no more. A mile aboon Dundee. Bid ye yet. Some say kissing\'s a sin', NULL, 'Glasgow : Printed for the booksellers, [1815-1825?] ', 'Glasgow', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (70, NULL, 0, NULL, 0, 'The boast of Old Gaul. To which are added The waterman\'s lamentation. The spotted cow. Fair Susanna', NULL, 'Stirling : Printed by C. Randall, 1808', 'Stirling', 'Randall, Charles', NULL, '1806-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (71, NULL, 0, NULL, 0, 'The bold dragoon. Gin I had a wee house. Paddy\'s legacy. Why, soldiers, why. The lassie I loe best of a, O wha\'s at my chaumber door. Yarrow', NULL, 'Glasgow : Printed for the booksellers, [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (72, NULL, 0, NULL, 0, 'The bold hairy cap, also, The king\'s advice to his son, A humorous medley, and The pleasures of love', NULL, 'Falkirk : by T. Johnston, 1815', 'Falkirk', 'Johnston, Thomas', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (73, NULL, 0, NULL, 0, 'Bonnie Jean, You\'ve surely heard of famous Neil, Matrimonial happiness, Fairfa\' the lasses, and Up in the morning early', NULL, 'Edinburgh : Printed for the booksellers, 1818', 'Edinburgh', NULL, NULL, '1818-01-01 00:00:00', '1818-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'You\'ve surely heard of famous Neil = Neil Gow\'s farewell.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (74, NULL, 0, NULL, 0, 'The bonnie lass o\' Bennachie; to which is added Oh! gin I was faur Gadie rins!', NULL, 'Fintray : Printed for the booksellers, MDCCCLXXXV. [1885] ', 'Fintray', NULL, NULL, '1885-01-01 00:00:00', '1885-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nContains musical score: treble clef vocal lines in standard notation.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (75, NULL, 0, NULL, 0, 'Bonny Barbara Allan; to which are added, Yarrow braes, The hills of the Highlands, The lassie I lo\'e best of a\', Bessie Bell and Mary Gray, O meikle thinks my love', NULL, 'Edinburgh : for the booksellers, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (76, NULL, 0, NULL, 0, 'The bonny bridge of Findhorn, The radical battle at Bonny-Muir, and Up in the morning', NULL, 'Falkirk, 1820', 'Falkirk', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (77, NULL, 0, NULL, 0, 'Bonny Johnnie Lowrie; to which are added, Whistle, and I\'ll come to you, The highland laddie, Love and glory, Gloomy winter\'s come again, Tam Glen, The banks of the Devon', NULL, 'Stirling : Printed for the booksellers, [n.d.]', 'Stirling', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (78, NULL, 0, NULL, 0, 'The bonny lass of Banaphie; to which is added, The banks of Clyde.', NULL, 'Stirling : Printed by W. Macnie, 1826', 'Stirling', 'Macnie, William', NULL, '1826-01-01 00:00:00', '1826-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (79, NULL, 0, NULL, 0, 'The bonny lass of Calder Braes. To which are added The pleasures of the primrose bank, Invitation to a country wedding, The silly young maid, The tell tale.', NULL, 'Stirling : Printed and sold by C. Randall, 1806', 'Stirling', 'Randall, Charles', NULL, '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nThe lass of Calder braes : Tune - Logan Water.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (80, NULL, 0, NULL, 0, 'The book of the Lamentations of Charles, the son of James, for the loss of the battle of Culloden, to which is annexed his farewell speech, to a general council of the rebels...', NULL, 'Edinburgh, 1746', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (81, NULL, 0, NULL, 0, 'Borough reform, from a letter to a friend, with hints to the trades to incorporate themselves...', NULL, 'Paisley : Printed by J. Neilson for R. Smith, [n.d.]', 'Paisley', 'Smith, Robert', 'Neilson, John', '1796-01-01 00:00:00', '1818-12-31 00:00:00', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (82, 'Boston, Thomas', 0, NULL, 0, 'Worm Jacob threshing the mountains: a sermon, preached on a sacramental occasion. By... Thomas Boston...', NULL, 'Glasgow : J. & J. Robertson, 1776', 'Glasgow', 'Robertson, John', 'Robertson, James', '1776-01-01 00:00:00', '1776-12-31 00:00:00', '16', NULL, NULL, 'Price one penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (83, 'Boston, Thomas', 0, NULL, 0, 'Worm Jacob threshing the mountains: a sermon preached on a sacramental occasion. By... Thomas Boston...', NULL, 'Glasgow : J. & J. Robertson, 1779', 'Glasgow', 'Robertson, John', 'Robertson, James', '1779-01-01 00:00:00', '1779-12-31 00:00:00', '16', NULL, NULL, 'Price one penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (84, NULL, 0, NULL, 0, 'The bridal bed, an old ballad', NULL, 'Glasgow : Published, and sold wholesale and retail, by R. Hutchison & Co. 10, Saltmarket, 1817', 'Glasgow', 'Hutchison, Robert', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (85, NULL, 0, NULL, 0, 'The bride\'s burial or, The affectionate lovers, a true love song', NULL, 'Dumfries : C. M\'Lachlan for John Sinclair, [n.d.]', 'Dumfries', 'McLachlan, Cuthbert', 'Sinclair, John', '1812-01-01 00:00:00', '1837-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (86, NULL, 0, NULL, 0, 'A brief relation of the adventures of Bamfylde Moore Carew, who was far more than forty years king of the beggars', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Dated from examination of text and style.\r\nIllustration on title page\r\n\'125.\' is printed at the foot of the title page.', NULL, 0, 'Carew, Bampfylde Moore, 1693-1758.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (87, 'Brightly, Richard', 0, NULL, 0, 'Britain\'s timely remembrancer: or, A warning from heaven to vile sinners on earth. Being Mr. Brightly\'s last sermon, which he preached in his shroud... To which is added, An account of the holy life of Mr. Richard Brightly...', NULL, 'Glasgow : Printed in the Saltmarket, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (88, NULL, 0, NULL, 0, 'The British Neptune; or, Convivial songster: being a collection of the newest and most approved songs now singing at the several places of public amusement...', NULL, 'London : by Howard & Evans, [n.d.]', 'London', NULL, NULL, NULL, NULL, '8', NULL, NULL, 'Price one penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (89, 'Brown, John', 0, NULL, 0, 'Dying advices to the Associate congregation at Haddington. By... John Brown...', NULL, 'Falkirk : by Patrick Mair, 1787', 'Falkirk', 'Mair, Patrick', NULL, '1787-01-01 00:00:00', '1787-12-31 00:00:00', '12', NULL, NULL, NULL, NULL, NULL, 'Woodcuts.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (90, 'Brown, John', 0, NULL, 0, 'Two short catechisms mutually connected; the questions of the former being generally supposed and omitted in the latter... By John Brown...', 'The eleventh edition', 'Glasgow : by William Smith for William Anderson in Stirling, 1782', 'Glasgow', NULL, NULL, NULL, NULL, '72', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (91, 'Rutherford, Samuel, 1600?-1661', 0, NULL, 0, 'Christ\'s napkin; : a sermon preached in Kirkcudbright at the communion. / By that famous flower of the church, Mr. Samuel Rutherford', NULL, 'Glasgow : Printed by J. and M. Robertson, MDCCXCVI [1796]', 'Glasgow', 'Robertson, J.', 'Robertson, M.', '1796-01-01 00:00:00', '1796-12-31 00:00:00', '24', 14.3, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (92, 'Brownlee, Thomas, Laird of Torfoot', 0, NULL, 0, 'A narrative of the battles of Drumclog and Bothwell Bridge... By Thomas Brownlee, Laird of Torfoot... With an appendix...', NULL, 'Edinburgh : Printed for William Duncan; and sold by all the booksellers, 1823', 'Edinburgh', NULL, NULL, NULL, NULL, '40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (93, 'Brownlee, Thomas, Laird of Torfoot', 0, NULL, 0, 'Narrative of the battles of Drumclog, and Bothwell Bridge... By the Laird of Torfoot...', NULL, 'Kilmarnock : by H. Crawford, 1825', 'Kilmarnock', 'Crawford, Hugh', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (94, 'Bruce, John', 0, NULL, 0, 'A sermon preached at the opening of the synod of Perth and Stirling... 1735. By... John Bruce...', NULL, 'Edinburgh : by Thomas Lumisden and John Robertson for John Traill, 1735', 'Edinburgh', NULL, NULL, '1735-01-01 00:00:00', '1735-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (95, 'Bruce, Michael, 1746-1767', 0, NULL, 0, 'The Buchanshire tragedy, or, Sir James the Ross', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (96, 'Bruce, Michael, 1746-1767', 0, NULL, 0, 'The Buchanshire tragedy; or, Sir James the Ross', NULL, 'Greenock : Printed by W. Scott, [n.d.]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (97, 'Bruce, Michael, 1746-1767', 0, NULL, 0, 'The Buchanshire tragedy; or, Sir James the Ross.', NULL, 'Paisley : Printed by J. Neilson for G. Caldwell, [ca.1820]', 'Paisley', 'Caldwell, George', 'Neilson, John', '1794-01-01 00:00:00', '1824-12-31 00:00:00', '8', 14.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (98, 'Bruce, Michael, 1746-1767', 0, NULL, 0, 'The old Scots tragical song, of Sir James the Rose', NULL, 'Stirling : Printed for the booksellers, [ca. 1835?] ', 'Stirling', 'Johnstone, E.', NULL, '1835-01-01 00:00:00', '1835-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from examination of text and style.\r\nPrinter possibly E. Johnston.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (99, 'Bruce, Michael, 1746-1767', 0, NULL, 0, 'The old Scottish tragical ballad of Sir James the Rose', NULL, 'Dundee : Printed for the booksellers', 'Dundee', NULL, NULL, '1820-01-01 00:00:00', '1850-12-31 00:00:00', '8', 14.8, '0', NULL, NULL, NULL, 'Wide pages - 12.7 cm', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (100, 'Bruce, Michael, 1746-1767', 0, NULL, 0, 'The tragedy of Sir James the Rose', NULL, 'Stirling : Printed and sold by W. Macnie, bookseller, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page.\r\nAuthor from \'The mainstream companion to Scottish literature\' by T. Royle.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (101, NULL, 0, NULL, 0, 'The Buchan sangster: containing Bloody Dundee; Your ain fireside; The blue peat-reek; The love o\' barleybree; and The hare amo\' the corn', NULL, '[Fintray] : Printed for the booksellers, 1871', 'Fintray', NULL, NULL, '1871-01-01 00:00:00', '1871-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nPlace of publication from external evidence.\r\nBloody Dundee : Tune - Bonnie Dundee.\r\nYour ain fireside : Tune - Kelvin Grove.\r\nThe blue peat-reek : Tune - Afton Water.\r\nThe love o\' barleybree : Tune - Aiken Drum.\r\nT', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (102, NULL, 0, NULL, 0, 'Bundle and go; to which are added, Donald and Mary, The wonders, Sweet Kitty o\' the Clyde', NULL, 'Stirling : Printed and sold, wholesale and retail, by W. Macnie, bookseller, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (103, 'Bunyan, John, 1628-1688', 0, NULL, 0, 'The pilgrim\'s progress, from this world to that which is to come. Delivered under the similitude of a dream.', NULL, 'Glasgow : Published by Orr and Sons, Brunswick St, [ca. 1840] ', 'Glasgow', 'Orr, Francis', 'Orr (sons of Francis)', '1840-01-01 00:00:00', '1840-12-31 00:00:00', '24', 13.5, '22', NULL, NULL, '43', 'Illustration on title page.\r\nDated from external evidence.\r\n\'43\' is printed beneath the imprint.\r\n21 woodcuts with a very abbreviated text.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (104, 'Bunyan, John, 1628-1688', 0, NULL, 0, 'Rest for a wearied soul: or The pilgrim at his jouney\'s [sic] end. Being the last legacy of Mr. John Bunyan... to his children...', NULL, 'Edinburgh, 1719', 'Edinburgh', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (105, 'Bunyan, John, 1628-1688', 0, NULL, 0, 'The riches of Christ: or, The glorious treasure of heavenly joys... By J. Bunyan', NULL, 'Glasgow : by James Duncan, 1732', 'Glasgow', NULL, NULL, NULL, NULL, '12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (106, 'Burns, Robert, 1759-1796 ', 0, NULL, 0, 'Aloway Kirk; or, Tam O\'Shanter: a tale..., [Robert Burns]', NULL, 'Paisley : Printed by J. Neilson, 1822', 'Paisley', 'Neilson, John', NULL, '1822-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nFour-line verse on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (107, 'Burns, Robert, 1759-1796 ', 0, NULL, 0, 'Tam O\'Shanter: a tale', NULL, 'Paisley : Printed for G. Caldwell, Jun. bookseller, 69, High-Street, 1825', 'Paisley', 'Caldwell, George, junior', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 13.7, '0', NULL, NULL, NULL, 'On title page : Of brownyis and of bogilis full is this book. Gawin Douglas.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (108, 'Burness, John, 1771-1826', 0, NULL, 0, 'The comical story of Thrummy Cap and the ghaist', NULL, 'Dundee : Printed for the booksellers [n.d.]', 'Dundee', NULL, NULL, '1825-01-01 00:00:00', '1860-12-31 00:00:00', '16', 14.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (109, 'Burness, John, 1771-1826', 0, NULL, 0, 'The comical story of Thrummy Cap and the ghaist. To which is added the Highland story of Donald and his dog, [John Burness]', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.1, '1', NULL, NULL, NULL, 'Attributed to John Burness.\r\nDated from external evidence.\r\nIllustration on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (110, 'Burness, John, 1771-1826', 0, NULL, 0, 'Thrummy Cap: a tale. To which are added, Young Whip Stitch, and The gig demolished, [John Burness]', NULL, 'Stirling : by M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'The gig demolished, by Anna Letitia Barbauld', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (111, 'Burness, John, 1771-1826', 0, NULL, 0, 'Thrummy Cap and the ghaist, a diverting tale. To which are added, Young Whipstitch, and The gig demolished', NULL, 'Glasgow : J. Lumsden & Son, 1822', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1822-01-01 00:00:00', '1822-12-31 00:00:00', '24', 14.6, '1', NULL, NULL, NULL, 'Colophon: J. Neilson, printed, Paisley. - The gig demolished, by Anna Letitia Barbauld.', 'Roscoe & Brimmell, no. 168.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (112, 'Burns, Robert, 1759-1796', 0, NULL, 0, 'Extempore verses on dining with Lord Daer, accompanied with a prose letter to a friend. By Robert Burns, the Ayrshire poet. And The dominie depos\'d; or, Some reflections on his intrigue with a young lass. [Parts I and II]. By William Forbes…', NULL, 'Glasgow : Stewart & Meikle, [1799]', 'Glasgow', 'Stewart & Meikle', NULL, '1799-01-01 00:00:00', '1799-12-31 00:00:00', '16', NULL, NULL, '2d', NULL, NULL, 'Cf. Egerer 42', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (113, 'Burns, Robert, 1759-1796', 0, NULL, 0, 'Holy Willie\'s prayer, Letter to John Goudie, Kilmarnock, and six favourite songs, viz. Duncan Gray, The lass that made the bed to me, A man\'s a man for a\' that, Of a\' the airts the win\' can blaw, Now westlin winds, I gaed a waefu\' gate yestreen. By Robert Burns, the Ayrshire poet', NULL, 'Glasgow : Chapman and Lang for Stewart & Meikle, [1799?]', 'Glasgow', 'Chapman & Lang', 'Stewart & Meikle', NULL, NULL, '16', NULL, NULL, NULL, NULL, NULL, 'This is not the same as the edition described in Egerer 41', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (114, 'Burns, Robert, 1759-1796', 0, NULL, 0, 'The Inventory. By Robert Burns, the Ayrshire poet. The dominie depos\'d, (concluded), Lines in the Palace of Scone, The comforts of marriage, and The plundered lark, &c', NULL, 'Glasgow : by Chapman & Lang for Stewart & Meikle, [1799]', 'Glasgow', 'Chapman & Lang', 'Stewart & Meikle', NULL, NULL, '16', NULL, NULL, NULL, NULL, NULL, 'Egerer 43', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (115, 'Burns, Robert, 1759-1796', 0, NULL, 0, 'The jolly beggars; or, Tatterdemallions. A cantata. By Robert Burns, the Ayrshire poet. To which are added, Lines on wrangling, The wish, and The lady\'s choice, [Robert Burns]', NULL, 'Glasgow : by Chapman and Lang for Stewart & Meikle, [1799]', 'Glasgow', 'Chapman & Lang', 'Stewart & Meikle', NULL, NULL, '16', NULL, NULL, NULL, NULL, NULL, 'Egerer 39. - First edition of The jolly beggars. - This is the second of the Stewart & Meikle tracts', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (116, 'Burns, Robert, 1759-1796', 0, NULL, 0, 'The kirk\'s alarm: a satire. A letter to a taylor, The deil\'s awa\' wi\' the exciseman, The holy toolzie, and Holy Willie\'s epitaph, &c. &c. By Robert Burns, the Ayrshire poet', NULL, 'Glasgow : by Chapman & Lang for Thomas Stewart, [1799?]', 'Glasgow', 'Chapman & Lang', 'Stewart, Thomas', NULL, NULL, '16', NULL, NULL, NULL, NULL, NULL, 'This is not the same as the edition described in Egerer 40', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (117, 'Burns, Robert, 1759-1796', 0, NULL, 0, 'Address to the people of Scotland, respecting Francis Grose, esq; the British antiquarian. By Robert Burns, the Ayrshire poet. To which are added, Verses on seeing the ruins of an ancient magnificent structure [by R.G.]', NULL, '[Glasgow, 179-]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (118, 'Burns, Robert, 1759-1796', 0, NULL, 0, 'Burns\' popular songs', NULL, 'Paisley : Printed by G. Caldwell & Co., 2 New St., [ca. 1860?] ', 'Paisley', 'Caldwell, George', NULL, '1860-01-01 00:00:00', '1860-12-31 00:00:00', '24', 13.3, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nDated from the Scottish Book Trade Index and examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (119, 'Burns, Robert, 1759-1796', 0, NULL, 0, 'An unco mournfu tale. To which is added, The antiquarian. By Robert Burns', NULL, 'Glasgow : Stewart & Meikle, 1796', 'Glasgow', NULL, NULL, '1796-01-01 00:00:00', '1796-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, '8vo. - Egerer 33. - This is the first of the pamphlets containing much important original work of Burns which were printed by Stewart & Meikle.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (120, 'Calder, Robert', 0, NULL, 0, 'Reasons for a toleration to the episcopal clergie; and objections against it answer\'d, [Robert Calder]', NULL, 'Edinburgh, 1703', 'Edinburgh', NULL, NULL, NULL, NULL, '28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (121, 'Cameron, Richard, 1655?-1680', 0, NULL, 0, 'Good news to Scotland. A sermon preached in the parish of Carluke, in Clydsdale, upon the 8th day of July, 1680. By... Richard Cameron. To which is added an acrostick upon his name, by a true lover of his memory...', NULL, 'Glasgow, 1756', 'Glasgow', NULL, NULL, NULL, NULL, '16', NULL, NULL, NULL, NULL, NULL, 'Preface and acrostic are signed by William Wilson and dated 1740.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (122, 'Camus, Jean Pierre', 0, 'B., R.', 0, 'The triumphs of love: containing, the surprising adventures, accidents, and misfortunes that many persons have encountered in the eager pursuit of their amorous inclinations. In fifteen pleasant relations or histories... Written originally in French by P. Camus... Translated by R.B. gent', NULL, 'Glasgow, 1774', 'Glasgow', NULL, NULL, NULL, NULL, '120', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (123, NULL, 0, NULL, 0, 'Candlemas offering. A poem', NULL, 'Paisley : J. Neilson jun. for R. Smith, 1819', 'Paisley', 'Smith, Robert', 'Neilson, John, junior', '1819-01-01 00:00:00', '1819-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (124, 'Cant, Andrew', 0, NULL, 0, 'A sermon preached after the renovation of the National Covenant, and celebration of the Lord\'s Supper at Glasgow... 1638. By... Andrew Cant...', NULL, 'Edinburgh : William Adams, 1727', 'Edinburgh', NULL, NULL, '1727-01-01 00:00:00', '1727-12-31 00:00:00', '38', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (125, 'Cant, Andrew, Bishop of Glasgow', 0, NULL, 0, 'A sermon preached on the XXX day of January 1703 at Edinburgh, by M.A.C., [Andrew Cant]', NULL, 'Edinburgh, 1703', 'Edinburgh', NULL, NULL, '1703-01-01 00:00:00', '1703-12-31 00:00:00', '56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (126, NULL, 0, NULL, 0, 'Captain Barnwell, a love song. To which is added, The bribed lawyers', NULL, 'Falkirk : Printed by T. Johnston, 1815', 'Falkirk', 'Johnston, Thomas', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (127, NULL, 0, NULL, 0, 'Captain Barnwell, a love song. To which is added, The bribed lawyers', NULL, 'Falkirk : by T. Johnston, 1815', 'Falkirk', 'Johnston, Thomas', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (128, NULL, 0, NULL, 0, 'Captain Ward and the Rainbow. To which are added, Chloe\'s kisses, and Harvest home.', NULL, 'Stirling : Printed by C. Randall, [n.d.]', 'Stirling', 'Randall, Charles', NULL, '1794-01-01 00:00:00', '2012-12-31 00:00:00', '8', 12.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (129, NULL, 0, NULL, 0, 'Captain Wedderburn\'s courtship. To which is added, The wandering boy.', NULL, 'Stirling : Printed and sold, wholesale and retail, by W. Macnie, bookseller, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (130, NULL, 0, NULL, 0, 'Carle now the King\'s come; composed on the occasion of King George IV\'s visit to Scotland, in August, 1822. In two parts', NULL, 'Stirling : Printed and sold by W. Macnie, [n.d.]', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (131, NULL, 0, NULL, 0, 'The chapter on donkies; to which are added, Youth and bloom, Ellen of the Dee, and Hal, the woodman', NULL, 'Glasgow : R. Hutchison & Co., [n.d.]', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1824-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Also: The rigs of Hallow Fair', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (132, NULL, 0, NULL, 0, 'Fly not yet. Hooly and fairly. Life is like a summer flower. Bide ye yet. Mary, I believ\'d thee true', NULL, 'Glasgow : Printed for the booksellers, [18--]', 'Glasgow', NULL, NULL, '1800-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (133, NULL, 0, NULL, 0, 'The Christians daily practice of piety: or, Holy walking with God. As also, Scripture rules to be observed in buying and selling...', NULL, 'Edinburgh : Reprinted ... by the Heirs and Successors of Andrew Anderson, 1698', 'Edinburgh', 'Heirs and Successors of Andrew Anderson', NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'Wing OC3955D; Aldis 3739', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (134, NULL, 0, NULL, 0, 'The Christians daily practice of piety: or, Holy walking with God...', NULL, 'Glasgow : by Robert Sanders, 1700', 'Glasgow', 'Sanders, Robert', NULL, '1700-01-01 00:00:00', '1700-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Not in Wing', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (135, 'Church of Scotland', 1, NULL, 0, 'The Shorter catechism of the Reverend Assembly of Divines, with the proofs thereof out of the Scriptures...', NULL, 'Glasgow : John Robertson, 1764', 'Glasgow', 'Robertson, John', NULL, '1764-01-01 00:00:00', '1764-12-31 00:00:00', '32', NULL, NULL, NULL, NULL, NULL, '[32] p.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (136, 'Church of Scotland', 1, NULL, 0, 'The Shorter catechism of the Reverend Assembly of Divines, with the proofs thereof out of the Scriptures...', NULL, 'Glasgow : John Robertson, 1769', 'Glasgow', 'Robertson, John', NULL, '1769-01-01 00:00:00', '1769-12-31 00:00:00', '32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (137, 'Clark, Hugh', 0, NULL, 0, 'Meditations upon the love of Christ, in the redemption of elect-sinners. Written by... Hugh Clark...', NULL, 'Glasgow : by John Bryce, 1777', 'Glasgow', NULL, NULL, '1777-01-01 00:00:00', '1777-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (138, NULL, 0, NULL, 0, 'The Clydesdale wedding; to which are added, The legacy, The minstrel boy, When Jess and I the world began, The sacred isle', NULL, 'Stirling : Printed and sold by W. Macnie, [n.d.]', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (139, NULL, 0, NULL, 0, 'Cogitations upon death, or, The mirror of man\'s misery. Being very choice and profitable lessons for putting all Christians in a prepared condition for mortality. To which is added, The new Jerusalem', NULL, 'Stirling : by M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (140, NULL, 0, NULL, 0, 'A collection of new songs. : Containing Ben Backstay. Begone dull care. The heaving of the lead. The death of Sally Roy. Nobody coming to marry me. Tom Starboard', NULL, 'Workington : Printed by John Foster, Portland-square, 1813', 'Workington', NULL, NULL, '1813-01-01 00:00:00', '1813-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (141, NULL, 0, NULL, 0, 'Collection of new songs. The bloody gardener. The sailor\'s return to his sweetheart. The quaker\'s courtship', NULL, 'Newcastle : G. Angus (printer), [ca.1820]', 'Newcastle upon Tyne', 'Angus, George', NULL, '1780-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (142, NULL, 0, 'Ramsay, Allan, 1686-1758', 0, 'A collection of popular songs: viz. The fumbler\'s rant. Let ambition fire thy mind. The Birmingham button-maker. My Peggy is a young thing. [By Allan Ramsay]. A hunting song', NULL, 'Edinburgh : for the booksellers, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (143, 'Dudgeon, William', 0, NULL, 0, 'A collection of popular songs: viz. Glasgow volunteers, Description of a fair, Queen Mary\'s lamentation, The maid who tends the goats [by William Dudgeon]', NULL, 'Edinburgh : for the booksellers, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (144, NULL, 0, NULL, 0, 'A collection of popular songs, viz. The mug of porter, Fair Margaret\'s misfortunes, Johnny Bluster\'s wife, The spinning wheel', NULL, 'Edinburgh : Printed for the booksellers in town and country, [1815-1825?] ', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (145, NULL, 0, NULL, 0, 'A collection of songs, &c. Containing The storm. Ally Croaker. The boatie rows. Song of the mariner. March to the battle field. Bonnie Mary Hay. The hero may perish', NULL, 'Edinburgh : Printed for the booksellers, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (146, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'Fun upon fun: or Leper, the Tailor. In two parts, with a selection of entertaining anecdotes.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.7, '1', NULL, NULL, '34', 'Title page includes illustration showing man in tall conical hat writing while flanked by two other men.\r\n\'34\' printed at foot of title page.\r\nDated from external evidence.\r\nAttributed to Dougal Graham.\r\nVariant exists without \'34\' printed at foot of title page. StEdNL : L.C.2848(7)', 'Fairley 110.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (147, NULL, 0, NULL, 0, 'The merry tricks of Leper the Taylor', NULL, 'Glasgow : J. Lumsden & Son, 1822', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1822-01-01 00:00:00', '1822-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Colophon: J. Neilson, printer, Paisley. - Attributed to Dougal Graham. - Not in Fairley', 'Roscoe & Brimmell, no. 165.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (148, NULL, 0, NULL, 0, 'The comical history of Simple John, and his twelve misfortunes:', NULL, '(lost in cropping)', NULL, NULL, NULL, '1780-01-01 00:00:00', '1830-12-31 00:00:00', '8', 15.1, '1', NULL, NULL, NULL, 'Attributed to Dougal Graham.', 'Fairley 271', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (149, NULL, 0, NULL, 0, 'The comical history of Simple John, and his twelve misfortunes...', NULL, 'Stirling : Printed by William Macnie, 1828', 'Stirling', 'Macnie, William', NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Attributed to Dougal Graham. - Fairley 267', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (150, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The comical sayings of Paddy from Cork, with his coat buttoned behind. Being an elegant conference between English Tom and Irish Teague; with Paddy\'s catechism, and his supplication when a mountain sailor.', NULL, 'Glasgow : Printed for the booksellers, [ca. 1850?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.6, '1', NULL, NULL, NULL, 'Dated from examination of text and style.\r\nIllustration on title page of man carrying scythe.\r\nThere is a variant with \'21.\' printed at the foot of the title page. StEdNL : [Ao].8/3.1(18), 5.1009(16[14]), Mas.619(22), YY.8/2.1(32), L.C.2894(22), L.C.2852.A(23).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (151, NULL, 0, NULL, 0, 'The comical sayings of Pady from Cork, with his coat button\'d behind. Being an elegant conference between English Tom and Irish Teague: with Pady\'s catechism, his opinion of Purgatory, the state of the dead; and his supplication when a mountain sailor. To which is added, A creed for all Romish believers.', NULL, 'Printed for J. Gillies, bookseller, Glasgow', 'Glasgow', 'Gillies, James', NULL, '1805-01-01 00:00:00', '1820-12-31 00:00:00', '24', 14.2, NULL, NULL, NULL, NULL, 'Attributed to Dougal Graham. - Fairley 170', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (152, NULL, 0, NULL, 0, 'The Water Warbler: containing The Cogie; The Pleasure Trip; The Rinderpest; The Clear, Cooling Wave; and the Sang O\' The Unemployed.', NULL, '[S.l.] : Printed for the booksellers, [18--]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 13, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (153, 'Burness, John, 1771-1836', 0, NULL, 0, 'The comical stories of Thrummy Cap and the ghaist. Margaret and the minister. Soda water.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?]', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.4, '1', NULL, NULL, '16', 'Attributed to John Burness. \r\nDated from external evidence. \r\nIllustration on title page. \r\nIn verse and prose. \r\nThis is a different edition from the items placed at L.C.2849(3) and L.C.2852.A(15) ’The water drinker’ is the final work. StEdNL. \r\n’16.’ is printed at the foot of the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (154, NULL, 0, NULL, 0, 'Comin\' thro\' the rye. A lassie lives by yonder burn. We\'ve a\' noddin\'. Thou hast left me ever. My native Highland home. Dainty Davie. The thorn. Naebody.', NULL, 'Glasgow : Printed for the booksellers, [18--]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (155, NULL, 0, NULL, 0, 'The constant shepherd, The youthful lover, A new broom sweeps clean, and The lover\'s summons', NULL, 'Falkirk : by T. Johnston, 1816', 'Falkirk', 'Johnston, Thomas', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (156, NULL, 0, NULL, 1, 'The constant swain. To which are added, The plowman\'s ditty. One parting kiss. Beauty\'s blossom', NULL, 'Stirling : by C. Randall, [n.d.]', 'Stirling', 'Randall, Charles', NULL, '1994-01-01 00:00:00', '2012-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (157, NULL, 0, NULL, 0, 'The convent bell, to which are added, Song [The blue-eyes lassie] by Burns, Captain Thunderbolt\'s intrigue, Cupid the plough boy', NULL, 'Dunbar : by G. Miller, [n.d.]', 'Dunbar', 'Miller, George', NULL, '1795-01-01 00:00:00', '1823-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (158, NULL, 0, NULL, 0, 'The copy of a letter from a sailor, on board the Royal Refuge, commanded by the truly Right Honourable Lord Emanuel, to his friend, giving an account of his ship\'s sailing to Mount Zion...', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (159, NULL, 0, NULL, 0, 'A correct account of the life, confession, and execution of Willm. Burke, who was executed at Edinburgh on Wednesday, 28 Jan. 1829.', NULL, 'Paisley : Printed and sold by G. Caldwell, No. 2, New Street, [1829?] ', 'Paisley', 'Caldwell, George', NULL, '1829-01-01 00:00:00', '1829-12-31 00:00:00', '8', 14, '1 (captioned: Burke ans Hare)', NULL, NULL, NULL, 'Dated from internal evidence.\r\nWoodcut on title page.', NULL, 0, 'Burke, William, 1792-1829.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (160, 'Craig, Hugh', 0, NULL, 0, 'In the appeal of Hugh Craig, esq., elder in the High Church, and one of the magistrates of Kilmarnock, against a sentence of the Presbytery of Irvine, confirmed by the Synod of Glasgow and Ayr', NULL, 'Kilmarnock : by James Mathie, 1835', 'Kilmarnock', NULL, NULL, '1835-01-01 00:00:00', '1835-12-31 00:00:00', '12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (161, NULL, 0, NULL, 0, 'The cruel father\'s tragedy; or, The loyal lover\'s downfall. To which are added, The Scots medley', NULL, 'Stirling : M. Randall, [ca.1815]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In the text the second item has title: Cocky Bendy', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (162, NULL, 0, NULL, 0, 'Cruel murder committed by Robert Johnstone, on the body of Miss Jane Henderson, near Rosevale village on the banks of the Humber, a few miles from Hull, on Saturday, 27th June,1863.', NULL, '[Paisley?] : Printed for the booksellers, 1863', 'Paisley', NULL, NULL, '1863-01-01 00:00:00', '1863-12-31 00:00:00', '8', 14.8, NULL, NULL, NULL, NULL, 'Place of publication from external evidence.\r\nIn prose and verse.', NULL, 0, 'Johnstone, Robert.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (163, NULL, 0, NULL, 0, 'Culloden-Day, an old song. To which are added, Scots wha hae wi\' Wallace bled. Neil Gow\'s farewel to whisky. Scotia\'s sons. Native highland home. Farewel to Eliza', NULL, 'Falkirk : [T. Johnston, Printer], Printed in the year 1821', 'Falkirk', NULL, NULL, '1821-01-01 00:00:00', '1821-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at foot of p. 8 reads : Falkirk- T. Johnston, Printer.', NULL, 0, 'Gow, Niel, 1727-1807.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (164, NULL, 0, NULL, 0, 'Cumhadh do dh\'Iarla Earraghaidhail. Cuir a chinn dilis, tharum do lamh', NULL, '[Inveraray] : Printed for and sold by the publisher, Inverary, [ca. 1815] ', 'Inveraray', NULL, NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nProbably printed by by Thomas Duncan in Glasgow, with an Inveraray imprint, for Paruig Tuainer, (Peter Turner) a chapman, and sold throughout the Highlands.', NULL, 0, 'Argyll, Archibald Campbell, Earl of, 1629-1685', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (165, NULL, 0, NULL, 0, 'Cupid wounded! or The mischievous bee; a collection of entire new songs sung at all the places of public amusement', NULL, '[London] : J. Pitts, [n.d.]', 'London', NULL, NULL, NULL, NULL, '8', NULL, NULL, 'Price one penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (166, NULL, 0, NULL, 0, 'A curious catechish, found in an odd corner, giving a detail of the cause of the present distresses, and their probable remedies. Also, a copy of a petition from the grave-diggers, against temperance societies', NULL, 'Paisley : by G. Caldwell, [n.d.]', 'Paisley', 'Caldwell, George', NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (167, NULL, 0, NULL, 0, 'The dairy maid; or, Vocal miscellany. Being a collection of choice songs, Scots and English. With a variety of toasts and sentiments', NULL, 'Edinburgh : Printed and sold by A. Robertson, 1784', 'Edinburgh', NULL, NULL, '1784-01-01 00:00:00', '1784-12-31 00:00:00', '72', NULL, NULL, 'Price only fourpence', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (168, 'Dean, Henry', 0, NULL, 0, 'Hocus pocus; or, The whole art of legerdemain in perfection... Written by H. Dean', 'The fifteenth edition...', 'Glasgow : by A. Napier for R. Hutchison & Co., 1817', 'Glasgow', 'Hurchisin, R. & Co.', 'Napier, A.', '1817-01-01 00:00:00', '1817-12-31 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (169, 'Deans, Archibald', 0, NULL, 0, 'An account of the last words of Christian Kerr, who dyed at Edinburgh on the fourth of February 1702, in the eleventh year of her age... By Mr. Archibald Deans...', NULL, 'Glasgow : Printed by Robert Sanders, 1703', 'Glasgow', 'Sanders, Robert', NULL, '1703-01-01 00:00:00', '1703-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, '12mo', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (170, NULL, 0, NULL, 0, 'Dearest Helen, to which is added, The butcher\'s frolic, or, the affrighted taylor, The thistle, and Ianthe the lovely', NULL, 'Glasgow : Published, and sold, wholesale and retail, by R. Hutchison & Co. Saltmarket, [1804-1819?] ', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1819-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nThe thistle : Tune - Sprig of shillelah.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (171, NULL, 0, NULL, 0, 'The death of Bill Jones; a tale of terror', NULL, 'Glasgow : Published, and sold wholesale and retail, by R. Hutchison & Co. 10, Saltmarket, 1816', 'Glasgow', 'Hutchison, Robert', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (172, NULL, 0, NULL, 0, 'The life and adventures of Robinson Crusoe', NULL, 'Glasgow : Printed for the booksellers, 1852', 'Glasgow', NULL, NULL, '1852-01-01 00:00:00', '1852-12-31 00:00:00', '24', 13.2, '13 (one appears twice)', 'One penny', 'New and Improved Series', '40', 'Illustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (173, NULL, 0, NULL, 0, 'The delights of the spring. Being a choice collection of songs...', NULL, '[London] : J. Pitts, [n.d.]', 'London', NULL, NULL, NULL, NULL, '8', NULL, NULL, 'Price one penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (175, 'Dickson, David', 0, NULL, 0, 'True Christian love. To be sung with any of the common tunes of the Psalms, [David Dickson]', NULL, 'Edinburgh : by the Heir of Andrew Anderson, 1680', 'Edinburgh', 'Heirs and Successors of Andrew Anderson', NULL, '1680-01-01 00:00:00', '1680-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, '12mo. - Cf. Wing D1411. This edition not in Wing', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (176, 'Dickson, David', 0, NULL, 0, 'True Christian love. To be sung with any of the common tunes of the Psalms..., [David Dickson]', NULL, 'Glasgow : Printed by Robert Sanders, 1700', 'Glasgow', 'Sanders, Robert', NULL, '1700-01-01 00:00:00', '1700-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, '12mo', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (177, NULL, 0, NULL, 0, 'The distracted sailor! The maid\'s lament, for her drown\'d lover. The young man\'s wish. The perplex\'d virgin', NULL, 'Falkirk : Printed by T. Johnston, [1810-1825?] ', 'Falkirk', 'Johnston, Thomas', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from period of activity of publisher and external evidence.\r\nColophon at foot of p. 8 reads : Falkirk- T. Johnston, Printer.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (178, NULL, 0, NULL, 0, 'Dolly Diggins. To which is added The maid of Lodi. My wife has ta\'en the gee. The woodpecker. Up in the morning early', NULL, 'Edinburgh : for the booksellers, 1818', 'Edinburgh', NULL, NULL, '1818-01-01 00:00:00', '1818-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (179, 'Doolittle, Thomas', 0, NULL, 0, 'A treatise concerning the Lords Supper... By Tho. Doolittle', 'The fourteenth edition', 'Glasgow : by Robert Sanders, 1700', 'Glasgow', 'Sanders, Robert', NULL, '1700-01-01 00:00:00', '1700-12-31 00:00:00', '[4], 175', NULL, NULL, NULL, NULL, NULL, 'This edition not in Wing', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (180, NULL, 0, NULL, 0, 'The door of salvation open\'d... By D.J. minister of the Gospel', NULL, 'Glasgow : by James Duncan, 1722', 'Glasgow', NULL, NULL, '1722-01-01 00:00:00', '1722-12-31 00:00:00', '12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (181, NULL, 0, NULL, 0, 'Dreams and moles interpreted...', NULL, 'Paisley : Printed by J. Neilson, [n.d.]', 'Paisley', 'Neilson, John', NULL, '1784-01-01 00:00:00', '1797-12-31 00:00:00', '24', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (182, NULL, 0, NULL, 0, 'The drunken tar of Sunderland, and The sweet Irish girl', NULL, 'Falkirk : T. Johnston (printer), [n.d.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (183, 'Guthrie, William, 1620-1665', 0, NULL, 0, 'Christ\'s care of his people under afflicting dispensations. : Two sermons preached on the seventeenth day of August, 1662, from Matthew XIV. 24, 25, 26. By Mr William Guthrie, author of the Trial of a saving interest in Christ, and Minister of the Gospel at Finwick', NULL, 'Glasgow : Printed by Jand& M. Robertson, MDCCXCVI [1796]', 'Glasgow', 'Robertson, J.', 'Robertson, M.', '1796-01-01 00:00:00', '1796-12-31 00:00:00', '24', 14.3, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (184, NULL, 0, NULL, 0, 'The Duke of Gordon\'s daughters; to which is added, The challenge', NULL, 'Stirling : Printed and sold, wholesale and retail, by W. Macnie, bookseller, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (185, NULL, 0, NULL, 0, 'The Duke of Gordon\'s three daughters; to which are added Jem of Aberdeen and The bonny House o\' Airly', NULL, 'Fintray : Printed for the booksellers, [1870-1885?] ', 'Fintray', NULL, NULL, '1870-01-01 00:00:00', '1885-12-31 00:00:00', '8', 11.2, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (186, NULL, 0, NULL, 0, 'Dunois. O let me in this ae night. Pray Goody. Lash\'d to the helm. The rush light', NULL, 'Glasgow : Printed for the booksellers, [18--]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (187, NULL, 0, NULL, 0, 'Elegy on Jamie Gemmill, tailor', NULL, '[Paisley, 1830]', 'Paisley', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (188, NULL, 0, NULL, 0, 'The entertaining story teller. Jeremy Diddler; or, Love at first sight. The rivals, a sketch from life. Geordie, or The professor of signs', NULL, 'Kirkintilloch : William M\'Millan, [18--]', 'Kirkintilloch', 'McMillam, William', NULL, NULL, NULL, '12', NULL, NULL, 'One penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (189, NULL, 0, NULL, 0, 'Lilly\'s Erra-Pater, or, New prognostication... With most excellent and approved rules for preserving the body in health. To which is added, sundry... observations in physick and husbandry... To which is subjoin\'d, An exact account of all the fairs within the Kingdom of Scotland...', NULL, '[S.l.] : [17--]', NULL, NULL, NULL, NULL, NULL, '16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (190, 'Erskine, Ebenezer, 1680-1754', 0, NULL, 0, 'The plant of renown. Being two sermons... preached by... Ebenezer Erskine...', NULL, 'Edinburgh : by Alexander Alison for David Duncan, 1738', 'Edinburgh', NULL, NULL, '1738-01-01 00:00:00', '1738-12-31 00:00:00', '28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (191, 'Erskine, Ralph, 1685-1752', 0, NULL, 0, 'The believer\'s dowry: or, A poem upon Isaiah 54. 5. Thy Maker is they husband...', NULL, 'Glasgow : Printed by Robert Sanders, 1716', 'Glasgow', 'Sanders, Robert', NULL, '1716-01-01 00:00:00', '1716-12-31 00:00:00', '16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (192, 'Erskine, Ralph, 1685-1752', 0, NULL, 0, 'The comer\'s conflict: or, The beginner\'s battle with the devil... In some discourses... at Kinglassie... 1735. By... Ralph Erskine...', NULL, 'Edinburgh : David Duncan, 1736', 'Edinburgh', NULL, NULL, '1736-01-01 00:00:00', '1736-12-31 00:00:00', '36', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (193, 'Evans, John, 1767 -1827', 0, NULL, 0, 'Evan\'s Sketch of all religions, abridged, exhibiting a concise view of the different sects and denominations into which the Christian world is divided [John Evans]', NULL, 'Glasgow : Printed for the booksellers, 1851', 'Glasgow', NULL, NULL, '1851-01-01 00:00:00', '1851-12-31 00:00:00', '24', 13, '0', 'One penny', 'New and improved series', '88', 'Table on contents on p. [2].', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (194, 'Ewart, John', 0, NULL, 0, 'A Protestant catechism; shewing the principal errors of the Church of Rome. Republished with the addition of a variety of facts, authorities, and arguments..., [John Ewart]', NULL, 'Dumfries : by Robert Jackson, 1778', 'Dumfries', NULL, NULL, '1778-01-01 00:00:00', '1778-12-31 00:00:00', '36', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (195, NULL, 0, NULL, 0, 'Six excellent new songs. : I The new way of hooly & fairly. II. The ladies napkin. III. The favourite air of my Jocky. IV. The young man\'s lamentation. V. The criple of Cornwall. VI. The friar', NULL, '[S.l.] : Entered according to order, [17--]', NULL, NULL, NULL, '1700-01-01 00:00:00', '1799-12-31 00:00:00', '8', 14.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (196, NULL, 0, NULL, 0, 'The ewie wi\' the crooked horn; to which are added, She lives in the valley below, The star of the East, The mill, mill, O, On friendship', NULL, 'Glasgow : Printed for the booksellers, 1828', 'Glasgow', NULL, NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (197, NULL, 0, NULL, 0, 'An excellent collection of popular songs; viz. 1. Patie\'s wedding. 2. Roslin Castle. 3. I had a horse. 4. Lass, gin ye lo\'e me, tell me now', NULL, 'Edinburgh : Printed for the booksellers, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (198, NULL, 0, NULL, 0, 'An excellent garland, containing four choice songs. The battle of the Sherriff-Muir. The betrayed lover. Tom and Sally. Dear Susanna. The lover\'s summons', NULL, '[Stirling] : Printed and sold by M. Randall, [n.d.]]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (199, NULL, 0, NULL, 0, 'An excellent garland: containing The cries of London, and the favourite song of Captain Ward', NULL, 'Warrington : by W. Eyres, [n.d.]', 'Warrington', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (200, NULL, 0, NULL, 0, 'An excellent new song, called, The smugglers and the gaugers. To which are added, Farewel to Coalsnaughton, and The smuggler\'s escape', NULL, 'Falkirk : Printed by T. Johnston, [1810-1825?] ', 'Falkirk', 'Johnston, Thomas', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from period of activity of publisher and external evidence.\r\nColophon at foot of p. 8 reads : Falkirk- T. Johnston, Printer.\r\nThe smugglers and the gaugers : Air - Bonnets sae blue.\r\nFarewel to Coalsnaughton : Air ', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (201, NULL, 0, NULL, 0, 'An excellent new song, called, The sprig of shilale, &c. To which are added, The soldier\'s dream. The girl of my heart. the bay of Biscay, O! Tam Glen.', NULL, 'Stirling, : Printed in this present year., [1800?] ', 'Stirling', 'Randall, Charles', NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external evidence.\r\nPrinter possibly Charles Randall.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (202, NULL, 0, NULL, 0, 'The excellent old Scottish song of The blaeberry courtship; to which is added The crook and plaid', NULL, '[Fintray] : Printed for the booksellers, [1870-1885?] ', 'Fintray', NULL, NULL, '1870-01-01 00:00:00', '1885-12-31 00:00:00', '8', 11.5, '2', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nPlace of publication from external evidence. Dated from the Scottish Book Trade Index and external evidence.\r\nThe text block differs from the copy at L.C.2830(20) and there is a semi colon in the title after \'courtship\'.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (203, NULL, 0, NULL, 0, 'Executions in Scotland from the year 1600 up to the present time. Also, a sketch of the life of the Newgate executioner, Wm. Calcraft.', NULL, 'Glasgow : Printed for the booksellers, MDCCCLIII. [1853] ', 'Glasgow', NULL, NULL, '1853-01-01 00:00:00', '1853-12-31 00:00:00', '8', 14.6, '0', NULL, NULL, NULL, NULL, NULL, 0, 'Calcraft, William Biography.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (204, NULL, 0, NULL, 0, 'Extracts from the life of Thomas Paine, (author of the \"Age of Reason.\")', NULL, 'Paisley : Printed for the booksellers, 1822 (on back page : J. Neilson, printer.)', 'Paisley', 'Neilson, John', NULL, '1822-01-01 00:00:00', '1822-12-31 00:00:00', '8', 14.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (205, NULL, 0, NULL, 0, 'The extraordinary life and adventures of James Reid, the unfortunate convict... With a serious advice to all young men and women. To which is now added, An excellent new song', NULL, 'Glasgow : Printed by John Muir, 1830', 'Glasgow', 'Muir, John', NULL, '1830-01-01 00:00:00', '1830-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'The song is: J.C.\'s lament for the lass of the ship Union', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (206, NULL, 0, NULL, 0, 'The face of our King is the picture for me, to which are added, Jamie Gay on the River Tweed, Buxom Nan of Dover, and Molly Malone', NULL, 'Greenock : by W. Scott, [n.d.]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (207, NULL, 0, NULL, 0, 'The factor\'s garland, in four parts...', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (208, NULL, 0, NULL, 0, 'Fair Margaret\'s misfortunes; or, Sweet William\'s dream on his wedding night... To which are added, The blue-ey\'d lassie [by Robert Burns], Captain Mullegan, and, The day returns [by Robert Burns]', NULL, 'Stirling : by M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (209, NULL, 0, NULL, 0, 'Fair widow, are ye wauking. O I hae lost my silken snood. Madame Jane. When merry hearts were gay. The Irish fisherman', NULL, 'Glasgow : Printed for the booksellers, [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (210, NULL, 0, NULL, 0, 'The faithless captain; or The betry\'d virgin.', NULL, 'Stirling : Printed and sold by C. Randall, 1805', 'Stirling', 'Randall, Charles', NULL, '1805-01-01 00:00:00', '1805-12-31 00:00:00', '8', 13.9, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (211, NULL, 0, NULL, 0, 'The famous history of Valentine and Orson.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '1', NULL, NULL, '128', 'Dated from examination of text and style.\r\nIllustration on title page\r\n\'128\' is printed at the foot of the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (212, NULL, 0, NULL, 0, 'The famous negro robber, and terror of Jamaica, or The history and adventures of Jack Mansong.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, '1', NULL, NULL, '121', 'Dated from examination of text and style.\r\nIllustration on title page\r\n\'121.\' is printed at the foot of the title page.', NULL, 0, 'Mansong, Jack, d. 1781', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (213, NULL, 0, NULL, 0, 'The farewell, When o\'er the hill the Eastern star [by Robert Burns], Come, my love, Raving winds around her blowing [by Robert Burns], and No hope, no comfort near me', NULL, 'Edinburgh : for the booksellers, 1818', 'Edinburgh', NULL, NULL, '1818-01-01 00:00:00', '1818-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (214, NULL, 0, NULL, 0, 'The farmer\'s glory, a new song...', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (215, NULL, 0, NULL, 0, 'The farmer\'s son. To which are added, Fair Jenny, or, The new way of pease strae. Comin\' thro\' the rye', NULL, '[Stirling] : by M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (216, NULL, 0, NULL, 0, 'The fisherman\'s garland; or, The cruel knight. In four parts...', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (217, NULL, 0, NULL, 0, 'Five excellent new songs, The beautiful markets of Edinburgh. The heaving of the lead. Peggy Bawn. Britain\'s prosperity. And Old Adam', NULL, 'Edinburgh : by J. Robinson [?Robertson, n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (218, NULL, 0, NULL, 0, 'Five excellent new songs. Findhorn Bridge. The farmers and meal-mongers lamentation for the downfall of the markets. Logan Braes. The answer to Logan Braes. The last guinea', NULL, 'Edinburgh : J. Morren (printer), [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Logan Braes, by John Mayne', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (219, NULL, 0, NULL, 0, 'Five excellent songs. The flower o\' Dumblane. The yellow hair\'d laddie. The meeting of the waters. Life is like a summer flower. Bruce\'s address', NULL, 'Newton-Stewart : Printed and sold wholesale and retail, by J M\'Nairn, [1820-1837?] ', 'Newton-Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (220, NULL, 0, NULL, 0, 'Five excellent songs. National song. When danger threats. Three cheers for reform. Death of Abercrombie. The cause of reform', NULL, 'Newton-Stewart : Printed and sold wholesale and retail, by J M\'Nairn, [1820-1832?] ', 'Newton-Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1832-12-31 00:00:00', '24', 12.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index and internal evidence.\r\nThe cause of reform : Tune - Blue bonnets over the border.\r\nThree cheers for reform : Air - Bob and John.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (221, NULL, 0, NULL, 0, 'Five excellent songs. Old Towler. Pease-strae. Blythe was she. Fairest of the fair. We\'ll meet beside the dusky glen.', NULL, 'Newton-Stewart : Printed and sold, wholesale and retail, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, '9', 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.\r\n\'No. 9.\' is printed at the top of the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (222, NULL, 0, NULL, 0, 'Five excellent songs, Woo\'d and marry\'d and a\', Roslin Castle, Answer to Roslin Castle, The sailors farewell, The wayward wife', NULL, 'Dunbar : by G. Miller, [n.d.]', 'Dunbar', 'Miller, George', NULL, '1795-01-01 00:00:00', '1823-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (223, NULL, 0, NULL, 0, 'Five favourite songs. The golden glove. The answer. Get up and bar the door. The chough and crow. Now ye\'re far awa\', love', NULL, 'Glasgow : for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, 'sn. 15', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (224, NULL, 0, NULL, 0, 'Five favourite songs. Royal Charlie. John Anderson my jo. Whistle and I\'ll come to you my lad. Love and glory. Nobody coming to marry me', NULL, 'Newton-Stewart : Printed and sold, wholesale and retail, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 11, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (225, NULL, 0, NULL, 0, 'Five favourite songs. The triumph of reform. While o\'er the rising moon. The burial of Sir John Moore. The pigeon. Dinna ask me gin I lo\'e ye.', NULL, 'Newton-Stewart : Printed for the booksellers, by J. M\'Nairn, [1832?] ', 'Newton-Stewart', 'McNairn, Joseph', NULL, '1832-01-01 00:00:00', '1832-12-31 00:00:00', '8', 11.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal evidence.\r\nFirst song concerns the passing of the Parliamentary Reform Act, 1832.', NULL, 0, 'Moore, John, Sir, 1761-1809 Death and burial.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (226, NULL, 0, NULL, 0, 'Five new songs. Jockey\'s far awa\' with The answer. The queen\'s return. Begone dull care, and The bewildered maid', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (227, NULL, 0, NULL, 0, 'Five new song [sic]. The lass of Glenshee. My dear Highland laddie [by Tannahill]. Lady and her footman. Manchester massace [sic]. The soldier\'s gratitude', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (228, NULL, 0, NULL, 0, 'Five songs. Abraham Newland. The three brothers of Dundee. The birken tree. The harper of Mull. The lass o\' Ballochmyle.', NULL, 'Newton-Stewart : Printed and sold wholesale and retail, by J. M\'Nairn, [1820-1837?] ', 'Newton-Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 14.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.\r\nThere is a variant with \'Newman\' in place of \'Newland\' on the title page. The text is identical. StEdNL : L.C.2858(24).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (229, NULL, 0, NULL, 0, 'Five songs, The girl I left behind me, Tullochgorum, The flowers of Edinburgh, The ploughman lad, A hunting song', NULL, 'Dunbar : by G. Miller, [n.d.]', 'Dunbar', 'Miller, George', NULL, '1795-01-01 00:00:00', '1823-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Tullochgorum, by John Skinner', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (230, NULL, 0, NULL, 0, 'Five songs. The mariners of England. The lammie. Willie brew\'d a peck o\' maut. Tweed Side. Gramachree Molly', NULL, 'Kilmarnock : by H. Crawford, [n.d.]', 'Kilmarnock', 'Crawford, Hugh', NULL, '1811-01-01 00:00:00', '1831-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (231, NULL, 0, NULL, 0, 'Four excellent new songs viz. Captain Thunderbolt\'s intrigue. Britain\'s glory. The breeches on. Jamie Gay', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (232, NULL, 0, NULL, 0, 'Four excellent new songs; I, The cruel knight. II, An advice to married men. III, Dr. Sea\'s harangue. IV, The bonny highland man', NULL, 'Edinburgh : Printed and sold in Niddery\'s Wynd, 1779', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (233, NULL, 0, NULL, 0, 'Four excellent new songs called Death of Parker. The silly drummer. The seige of Belisle. The banished soldier', NULL, 'Dumfries : Printed by C. M\'Lachlan for John Sinclair, [n.d.]', 'Dumfries', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (234, NULL, 0, NULL, 0, 'Four excellent new songs, Dyster\'s mistake. The Tipperary beauty. Mary Neal. Banks of the Bawn', NULL, 'Edinburgh: : Printed by J. Morren, Cowgate., [1800?]', 'Edinburgh', 'Morren, John', NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Dated from period of activity of publisher and external evidence.\r\nWoodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (235, NULL, 0, NULL, 0, 'Four excellent new songs, viz. Feyther and I. O dear, ladies I have plenty. The wig, the hat, and the cane. Free gardeners', NULL, 'Edinburgh : J. Robertson (printer), [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (236, NULL, 0, NULL, 0, 'Four excellent new songs. Entitled I. The golden glove. II. The poor man\'s looking glass. III. The County of Cavin [sic]. IV. The young man\'s declaration.', NULL, '[Glasgow? Aberdeen?] : [James Chalmers?], Printed in June 18...[damage to book obscures full imprint]', 'Glasgow', 'Chalmers, James', NULL, '1800-01-01 00:00:00', '1840-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (237, NULL, 0, NULL, 0, 'Four excellent new songs, Jeany Diver, Lord Douglas\'s tragedy, Highland Mary, Captain O\'Kaine', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Highland Mary, by Burns', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (238, NULL, 0, NULL, 0, 'Four excellent new songs, viz. John Barleycorn, The distressed lover, The deceived batchelor, Young Colin', NULL, 'Edinburgh : J. Robertson (printer), [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (239, NULL, 0, NULL, 0, 'Four excellent new songs, viz. Kelly-burn Braes. The lee rig. The rose\'s hue. The sun in the west, fa\'s to rest in the e\'enin\'', NULL, 'Edinburgh : Robertson (printer), [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (240, NULL, 0, NULL, 0, 'Four excellent new songs. The soldier\'s return. The foggy dew. The betrayed lovers. Weel may we a\' be', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (241, NULL, 0, NULL, 0, 'Four excellent new songs, intitled, The whisky still taken and retaken. The bonny maid of Coalsnaughton. The maid\'s lament for the young carter. The smuggler\'s advice', NULL, 'Falkirk : Printed by T. Johnston, [n.d.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (242, NULL, 0, NULL, 0, 'Four excellent old songs, called, Bessy Bell & Mary Gray, with the history of the ballad. The valiant Scotsmen, Burns\' Honest man, Birks of Invermay', NULL, 'Falkirk : Printed by T. Johnston, 1816', 'Falkirk', 'Johnston, Thomas', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse and prose.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (243, NULL, 0, NULL, 0, 'Four excellent songs. Covent Garden. New way of Calder Fair. Mrs. burns, lament. Not to think of a man', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (244, NULL, 0, NULL, 0, 'Four excellent songs. Home, sweet home. Up and warn a\' Willie. Royal Charlie. The piper o\' Dundee', NULL, 'Newton-Stewart : Printed and sold, wholesale and retail, by J. M\'Nairn, [1820-1837?] ', 'Newton-Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', NULL, NULL, NULL, 'No. 13', NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.\r\n\'No. 13.\' is printed at the top of the title page.', NULL, 0, 'Charles Edward, Prince, grandson of James II, King of England, 1720-17', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (245, NULL, 0, NULL, 0, 'Four excellent songs. Kate Mooney\'s portion. When John and me were married. Kenmure\'s on and awa\'. Gow\'s farewell to shisky', NULL, 'Newton=Stewart : Printed, and sold wholesale and retail, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 13.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, 'Gow, Niel, 1727-1807.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (246, NULL, 0, NULL, 0, 'Four excellent songs. What are you at? What are you after. Whistle o\'er the lave o\'t. The maid of Erin. O for ane an\'twenty', NULL, 'Newton-Stewart : Printed for the booksellers, by J. M\'Nairn, [n.d.]', 'Newton Stewart', 'McNairn, Joseph', NULL, '1780-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (247, NULL, 0, NULL, 0, 'Four interesting tales. A singular adventure. The robber. The red nose. The Newfoundland dog.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.6, '1', NULL, NULL, '98', 'Dated from examination of text and style.\r\n\'98.\' is printed at the foot of the title page.\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (248, NULL, 0, NULL, 0, 'Four new songs. The Armagh tragedy. Sally\'s gardens. Lord Douglas\' tragedy. Cupid\'s plough boy. The bonny hawthorn', NULL, 'Edinburgh, : Printed by J. Morren., [1800?]', 'Edinburgh', 'Morren, John', NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', 13, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from period of activity of publisher and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (249, NULL, 0, NULL, 0, 'Four new songs. Daft Jamie. The two emigrants. The lea rig. Irish hafts for English blades', NULL, 'Newton-Stewart : Printed and sold, wholesale and retail, by J. M\'Nairn, [1829-1837?] ', 'Newton-Stewart', 'McNairn, Joseph', NULL, '1829-01-01 00:00:00', '1837-12-31 00:00:00', '8', 13, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (250, NULL, 0, NULL, 0, 'Four new songs. Jamie Reilly and Cooleen Bawn. The emigrant\'s farewel. Kebbuckstone wedding. The Arethusa frigate', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (251, NULL, 0, NULL, 0, 'Four new songs, Waterloo. The sailor and his miss. The lass of Livingston. The Yorkshire-man in Lunnon', NULL, 'Edinburgh : Printed by J. Morren, [181-]', 'Edinburgh', 'Morren, John', NULL, '1810-01-01 00:00:00', '1819-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (252, NULL, 0, NULL, 0, 'Four popular songs, viz:- Alice Gray. My mither men\'t my auld breeks. Will the weaver, and O wat ye wha\'s in yon town', NULL, 'Stirling : Printed by E. Johnstone, bookseller, [ca. 1835?] ', 'Stirling', 'Johnstone, Ebenezer', NULL, '1835-01-01 00:00:00', '1835-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (253, NULL, 0, NULL, 0, 'Four songs. The adventurous sailor. Lary O\'Lash\'em. The land of shillellah. The restoration of the Bourbons', NULL, 'Edinburgh : J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (254, NULL, 0, 'Burns, Robert, 1759-1796', 0, 'Four songs. And sae will we yet [by Walter Watson]. The hills of Traquair. Ha\'e you seen in the calm dewy morning. Bruce\'s address [by Robert Burns]', NULL, 'Kilmarnock : for the booksellers, [n.d.]', 'Kilmarnock', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (255, NULL, 0, NULL, 0, 'Four songs. Annandale Robin. The blue eyed lassie. The birks of Aberfeldy. For a\' that and a\' that.', NULL, 'Newton-Stewart : Printed and sold, wholesale and retail, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, '5', 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.\r\n\'No. 5.\' is printed at the top of the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (256, NULL, 0, NULL, 0, 'Four songs. The battle of Sherra-Moor. Ayrshire naebody. Young man\'s lamentation. Glasgow lassie', NULL, 'Kilmarnock : Printed for the booksellers, [n.d.]', 'Kilmarnock', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (257, NULL, 0, NULL, 0, 'Four songs. Bonnet so blue. Lass gin ye lo\'e me tell me now. Johny\'s grey breeks. Jolly beggar', NULL, 'Kilmarnock : Printed for the booksellers, [n.d.]', 'Kilmarnock', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (258, NULL, 0, NULL, 0, 'Four songs. The Braes of Bewhither. The London merchant\'s daughter. Pretty Peggy Irvine. The drunkard reformed', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (259, NULL, 0, NULL, 0, 'Four songs. Bundle and go. The Middlesex Flora. Willie o\' Campsie. The red, red rose', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (260, NULL, 0, NULL, 0, 'Four songs. Crazy Jean. Death of Crazy Jean. Dougal creature\'s giving an account o\' hersel\'. Auld lang syne', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (261, NULL, 0, NULL, 0, 'Four songs. The flower of Caledonia. Female coachman. Maid of Ryegate. The banks of a river', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (262, NULL, 0, NULL, 0, 'Four songs. The flower o\' Dumblain. The answer, or, Jessie\'s marriage. The disappointed wife. The maid full of care', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (263, NULL, 0, NULL, 0, 'Four songs, The flower o\' Dumblane. Charming Andrew Carr. The Exeter shepherdess. The gift o\' wooing o\'t', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (264, NULL, 0, NULL, 0, 'Four songs. The golden glove, with the Answer. The life of Poor Jack. Alaster M\'Alister. The wandering sailor', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (265, NULL, 0, NULL, 0, 'Four songs. The happy farmer. The wounded farmer\'s son. My Nannie, O. Jockey\'s far awa', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (266, NULL, 0, NULL, 0, 'Four songs. Love and brandy. Albion - the pride of the sea. Ther periwinkle. Macbeth and the gipsies', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (267, NULL, 0, NULL, 0, 'Four songs. Over the hills to Traquire. My native Caledonia. Royal Charlie. The queen\'s lament', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, 'Text title of first song: The Traquire shephards. Text title of last song: Queen Caroline\'s lament', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (268, NULL, 0, NULL, 0, 'Four songs. The pretty plough boy. Courting too slow. Three drunken maidens. The love sick sailor', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (269, NULL, 0, NULL, 0, 'Four songs. The Ulstershir tragedy, or, The farmer\'s son. Banks of Levan Water. How fair is the rose. The highland lad [= John Highlandman, by Robert Burns]', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (270, NULL, 0, NULL, 0, 'Four songs. Youghal harbour. The exciseman. British bravery. Maid of Marlivale', NULL, 'Kilmarnock : Printed for the booksellers, [1815-1820?] ', 'Kilmarnock', NULL, NULL, '1815-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (271, 'Franklin, Benjamin, 1706-1790', 0, NULL, 0, 'The way to wealth; or Poor Richard\'s maxims improved, &c., [Benjamin Franklin]', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, 'No. 143.', NULL, 'Dated from examination of text and style.\r\n\'143.\' is printed at the foot of the title page.\r\nIllustration on title page.\r\nAttributed to Benjamin Franklin', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (272, NULL, 0, NULL, 0, 'The free & accepted Mason, Earl Ainsly\'s garland, The maid of the mill, and The Bay of Biscay', NULL, 'Falkirk : Printed by T. Johnston, 1814', 'Falkirk', 'Johnston, Thomas', NULL, '1814-01-01 00:00:00', '1814-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (273, NULL, 0, NULL, 0, 'The garb of Old Gaul. New song, to the tune of the Lee rig. Summer was smiling (Auld Robin Gray), and Let us range together', NULL, 'Edinburgh : Printed for the booksellers, 1818', 'Edinburgh', NULL, NULL, '1818-01-01 00:00:00', '1818-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nIn the garb of old Gaul : Tune - The highland march.\r\nO will I come : Tune - The lee rig.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (274, NULL, 0, NULL, 0, 'The gentle shepherd; to which is added, The Saldana, and We fly in vain', NULL, 'Glasgow : by R. Hutchison and Co., [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (275, NULL, 0, NULL, 0, 'Gibby and the ghaist!!! An excellent Scotish poem', NULL, 'Edinburgh : Printed for, and sold by, William Cameron, and other booksellers, [1820?] ', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '8', 13.7, '1', 'Price one penny', NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from period of activity of publisher.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (276, NULL, 0, NULL, 0, 'The ghaist, a favorite old Scots poem. By R. F. To which is added, Rab the Rhymer\'s Welcome to his bastard wean [= Address to an illegitimate child, by Robert Burns]', NULL, 'Glasgow : Printed for and sold by James Dymock, [n.d.]', 'Glasgow', 'Dymock, James', NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (277, NULL, 0, NULL, 0, 'Gill Morice and Lord Barnara\'s lady, a lamentable old Scots ballad', NULL, 'Greenock : Printed by William Scott, [n.d.]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (278, NULL, 0, NULL, 0, 'Gill Morice\'s tragedy. Who was unfortunately killed by Lord Barnard his stepfather. An old Scots ballad', NULL, 'Paisley : Printed by J. Neilson for George Caldwell, [n.d.]', 'Paisley', 'Caldwell, George', 'Neilson, John', '1784-01-01 00:00:00', '1784-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (279, NULL, 0, NULL, 0, 'The mournful tragedy of Gill Morice, an old Scotch ballad', NULL, 'Glasgow : Printed for the booksellers, 1828', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (280, NULL, 0, NULL, 0, 'The tragedy of Gill Morice', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (281, NULL, 0, NULL, 0, 'The tragedy of Gill Morice', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (282, NULL, 0, NULL, 0, 'Glasgow Bazar; to which are added, The fair maid in Bedlam, Royal Robe, and Toby Philpot', NULL, 'Glasgow : R. Hutchison & Co., [n.d.]', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1824-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (283, NULL, 0, NULL, 0, 'Gloomy winter\'s now awa [by Robert Tannahill]. To which are added, Come let us prepare. Joseph Tuck, or Jack of all trades', NULL, 'Stirling : by M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Come let us prepare = The Free Mason\'s song', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (284, NULL, 0, NULL, 0, 'The golden bull, or Crafty princess. An ancient ballad', NULL, 'Falkirk : Printed by T. Johnston, 1815', 'Falkirk', 'Johnston, Thomas', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (285, NULL, 0, NULL, 0, 'The golden dreamer; or, Dreams realised, containing the interpretation of a great variety of dreams', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, '1800-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.7, '1', NULL, NULL, '17', 'Books 285, 402 and 534 carry same final disclaimer.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (286, NULL, 0, NULL, 0, 'The goldfinch: a new collection of five favourite songs, called, 1. Prison-music: or the debtor\'s welcome to the jail. 2. The flower of Edinburgh. 3. The pretty young seaman. 4. The old Scotch blue bonnet. 5. Lovely Jockey woo\'d me', NULL, 'Falkirk : Printed by T. Johnston, [n.d.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', 14, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (287, NULL, 0, NULL, 0, 'Good news to Britain, concerning peace and plenty: being an account of the wonderful manner in which these things were revealed to Mr. William Edwards, a farmer, near the town of Maidstone in Kent...', NULL, 'Glasgow : by Thomas Duncan, [n.d.]', 'Glasgow', 'Duncan, Thomas', NULL, '1801-01-01 00:00:00', '1827-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (288, NULL, 0, NULL, 0, 'The Gosport tragedy, or, The perjur\'d ship carpenter', NULL, 'Stirling : M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In verse', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (289, NULL, 0, NULL, 0, 'The Gosport tragedy: or, Perjur\'d ship-carpenter. To which is added, My only jo an\' dearie O.', NULL, 'Falkirk : Printed by T. Johnston, [n.d.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', 13.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (290, NULL, 0, NULL, 0, 'The gown of green, Nell of Pinky-House, A hunting song, Woo\'d and marry\'d', NULL, 'Falkirk : by T. Johnston, 1815', 'Falkirk', 'Johnston, Thomas', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (291, NULL, 0, NULL, 0, 'Grinning made easy; or, Funny Dick\'s unrivalled collection of ... jests, jokes, bulls, puns, epigrams, &c. With many other descriptions of wit and humour', NULL, 'Glasgow : T. Duncan, 1819', 'Glasgow', 'Duncan, Thomas', NULL, '1819-01-01 00:00:00', '1819-12-31 00:00:00', '16', NULL, NULL, NULL, NULL, NULL, 'Woodcut frontispiece.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (292, NULL, 0, NULL, 0, 'Grog. Row, brothers, row. On a bank of flowers. Here\'s to the soger wha bled. Lovely Jean.', NULL, 'Glasgow : Printed for the booksellers, [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (293, 'Guthrie, William, 1620-1665', 0, NULL, 0, 'Two sermons preached by Mr. William Guthry, minister of the Gospel, at Finnick... 1662', NULL, 'Glasgow, 1693', 'Glasgow', NULL, NULL, '1693-01-01 00:00:00', '1693-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Wing G2276', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (294, 'Guthrie, William, 1620-1665', 0, NULL, 0, 'Two sermons preached by Mr. William Guthry minister of the Gospel at Finnick', NULL, '[Glasgow?, n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (295, NULL, 0, NULL, 0, 'The life and adventures of David Haggart. Written by himself, while under sentence of death; with an account of his execution.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '2', NULL, NULL, '44', 'Dated from examination of text and style.\r\nIllustration on title page.\r\n\'44\' is printed at the foot of the title page.', NULL, 0, 'Haggart, David.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (296, NULL, 0, NULL, 0, 'The hallow Fair; to which are added, Bauldy Baird, The roses blaw, Sweet Kitty o\' the Clyde, Sandy and Jenny', NULL, 'Stirling : Printed for the booksellers, [n.d.]', 'Stirling', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (297, NULL, 0, NULL, 0, 'Hark away. The boys of Kilkenny. The land of delight. The plowman. Love in the horrors.', NULL, 'Glasgow : Printed for the booksellers, [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (298, 'Hart, John', 0, NULL, 0, 'Heavens glory, and hells horror; or, The parable of Dives and Lazarus opened and applyed... By J[ohn] H[art]...', NULL, 'Glasgow : Robert Sanders, 1713', 'Glasgow', 'Sanders, Robert', NULL, '1713-01-01 00:00:00', '1713-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, '12mo', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (299, NULL, 0, NULL, 0, 'The Haughs of Crumdel; giving a full account of that memorable battle fought by the great Montrose and the clans, against Oliver Cromwell;. To which are added, The broom of Cowdenknowes, the Highland plaid', NULL, 'Stirling : Printed and sold, wholesale and retail, By W. Macnie, bookseller, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page of two men fighting with swords.\r\nDecorative band above title on p. [2].\r\nUpper case \'B\' in \'By\' in imprint.\r\nThis is a different issue from the copies at StEdNL : L.C.2873(20), L.C.2876.A(15), L.C.2887(3), Hall.197.h.1(25), NG.1170.i.9(3), NG.1170.i.9(4) and NG.1170.i.9(5).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (300, NULL, 0, NULL, 0, 'He comes from the wars. Love\'s young dream [by Thomas Moore]. A soldiers gratitude. Father Paul. My fond shepherds. King David was a soldier', NULL, 'Glasgow : Printed for the bookselle[rs], [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, 'David, King of Israel Poetry.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (301, NULL, 0, NULL, 0, 'The heir of Linne, an old ballad', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (302, NULL, 0, NULL, 0, 'Highland Harry; to which are added, The braes o\' Gleniffer, The Highland widow, Jeanie\'s black e\'e, Jamie o\' the glen, My wife\'s a winsome wee thing, The rosy brier.', NULL, 'Glasgow : Printed for the booksellers, 1828', 'Glasgow', NULL, NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (303, NULL, 0, NULL, 0, 'The Highland pipers advice to drinkers. To which are added Home, sweet home. Wallace\'s lament. Connel and Flora. Here is the glen. Oh hey Johny lad, and Charlie is my darling', NULL, 'Airdrie : by J. & J. Neil, [n.d.]', 'Airdrie', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, 'Also contains: March to the battle field.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (304, NULL, 0, NULL, 0, 'A Highlandman\'s adventures, Tweedside. This ae night. With her answer, and Wha wadna be in love', NULL, 'Stirling : J. Fraser & Co., [n.d.]', 'Stirling', 'Fraser, John', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'The Turnimspike, attributed to Dougal Graham. - Tweedside - old verses. - O let me in this ae night, and O tell nae me of wind and rain, by Burns', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (305, NULL, 0, NULL, 0, 'Hills o\' Gallowa; to which are added, Last May a braw wooer [by Burns], Green grow the rashes, O [by Burns], Sweet the rose blaws', NULL, 'Stirling : Printed by W. Macnie, 1826', 'Stirling', 'Macnie, William', NULL, '1826-01-01 00:00:00', '1826-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nAlso contains: Sic a wife as Willie had, by Burns.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (306, NULL, 0, NULL, 0, 'The history and adventures of that famous negro robber, 3 Finger\'d Jack, the terror of Jamaica', NULL, 'Falkirk Printed and sold by T. Johnston, 1822', 'Falkirk', 'Johnston, Thomas', NULL, '1822-01-01 00:00:00', '1822-12-31 00:00:00', '24', 14.4, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, 'Mansong, Jack, d. 1781', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (307, NULL, 0, NULL, 0, 'The history and comical transactions of Lothian Tom. In six parts.', NULL, '[Edinburgh] : Printed and sold in Niddery\'s Wynd,, 1775.', 'Edinburgh', NULL, NULL, '1775-01-01 00:00:00', '1775-12-31 00:00:00', '24', 14.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nP. [9] consists of a second title page for parts IV - VI.\r\nThere are two subsidiary title pages: Number II. Which contains the IV., V. and VI parts of The comical transactions [sic] of Lothian Tom. 1777; The last number of the comical transactions of Lothian Tom. Which contains a dialogue betwixt Tom and Pady about their questions, and Tom\'s song. - Attributed to Dougal Graham. - Fairley 56. - Also contains: Pady\'s new catechism. - Pady\'s humble petition or supplication. - Pady\'s creed for Romish believers. - The plowman\'s glory; or, Tom\'s song.\r\nThere is at least 1 incomplete work in this volume \'Pady\'s new catechism\'. StEdNL', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (308, NULL, 0, NULL, 0, 'The comical transactions of Lothian Tom...', NULL, 'Stirling : Printed for the booksellers, 1822', 'Stirling', NULL, NULL, '1822-01-01 00:00:00', '1822-12-31 00:00:00', '24', 13.4, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nAttributed to Dougal Graham.\r\nFairley 64.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (309, NULL, 0, NULL, 0, 'The history of Abraham, Isaac, and Jacob, embellished with cuts; to which is added An account of Jonah\'s mission to the Ninevites.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.7, '16', NULL, NULL, '42', 'Dated from examination of text and style.\r\nIllustration on title page.\r\n\'42\' is printed at the foot of the title page.\r\nThere is a variant with \'2 P\' printed at the foot of the title page. StEdNL : H.17.d.56(4).', NULL, 0, 'Abraham (Biblical patriarch)\r\nIsaac (Biblical patriarch)\r\nJacob (Bibli', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (310, NULL, 0, NULL, 0, 'The history of Charles Jones, the footman. Shewing how he raised himself from the humble station of a foot-boy, to a place of great eminence and trust, by his strict honesty and integrity.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '1', NULL, NULL, '45', 'Dated from examination of text and style.\r\nIllustration on title page.\r\n\'45.\' is printed at the foot of the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (311, NULL, 0, NULL, 0, 'History of Cinderella, or The little glass slipper', NULL, 'Glasgow : Printed for the booksellers, 1852', 'Glasgow', NULL, NULL, '1852-01-01 00:00:00', '1852-12-31 00:00:00', '24', 13.2, '11', 'One penny', 'New and improved series, no. 45.', '45', 'Illustration on title page.\r\nP. [24] consists of a one-page advertisment for other titles in this, and other series.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (312, NULL, 0, NULL, 0, 'History of Dr. Faustus shewing his wicked life and horrid death…', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '1', NULL, NULL, '119', 'Illustration on title page.\r\nDated from external evidence.\r\nVariant exists without \'119\' printed beneath the imprint.', NULL, 0, 'Faust, d. ca. 1540.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (313, NULL, 0, NULL, 0, 'The history of Jack and the giants. In all its parts...', NULL, 'Glasgow : J. Lumsden & Son, 1822', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1822-01-01 00:00:00', '1822-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Colophon: J. Neilson, printer', 'Roscoe & Brimmell, no. 155.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (314, NULL, 0, NULL, 0, 'History of Jack the giant killer.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, '62', 'Dated from examination of text and style.\r\n\'62.\' is printed at the foot of the title page.\r\nThere is a variant with \'vii 3\' printed bottom right of the title page. StEdNL : Mas.618(9).\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (315, NULL, 0, NULL, 0, 'History of James Allan, the celebrated Northumberland piper...', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, '127', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (316, NULL, 0, NULL, 0, 'The history of Joseph and his brethren, embellished with cuts; to which is added, The life, journeyings, and death of the Apostle Paul.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.6, '16', NULL, NULL, '41', 'Dated from examination of text and style.\r\nIllustration on title page.\r\n\'41\' is printed at the foot of the title page.\r\nThere is a variant with \'2 Q\' printed at the foot of the title page. StEdNL : H.17.d.56(5).', NULL, 0, 'Joseph (Son of Jacob)\r\nPaul, the Apostle, Saint.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (317, NULL, 0, NULL, 0, 'The history of Mahomet, the great imposter…', NULL, 'Falkirk : Printed and sold by T. Johnston, 1821', 'Falkirk', 'Johnston, Thomas', NULL, '1821-01-01 00:00:00', '1821-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Woodcuts', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (318, NULL, 0, 'Defoe, Daniel, 1661?-1731', 0, 'The history of Moll Flanders...', NULL, 'Stirling : Printed by William Macnie, and sold wholesale and retail, 1828', 'Stirling', 'Macnie, William', NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '24', 14.6, '6', NULL, NULL, NULL, 'A chapbook version of The life of Moll Flanders, by Daniel Defoe.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (319, NULL, 0, NULL, 0, 'The history of Moses; giving an Account of his birth, his being found by Pharaoh\'s daughter in the ark of bulrushes, and the miracles wrought by him for the deliverance of the children of Israel. Embellished with cuts.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '14 (including 1 used twice)', NULL, NULL, '151', 'Dated from examination of text and style.\r\n\'151.\' is printed at the foot of the title page.\r\nIllustration on title page.', NULL, 0, 'Moses (Biblical leader)', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (320, NULL, 0, NULL, 0, 'History of Paul Jones, the pirate.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 14, '1', NULL, NULL, '101', 'Dated from examination of text and style.\r\n\'101.\' is printed at the foot of the title page.\r\nIllustration on title page.', NULL, 0, 'Jones, John Paul, 1747-1792.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (321, NULL, 0, NULL, 0, 'The history of Prince Charles Edward Stuart, commonly called the Pretender', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, '120', 'Dated from examination of text and style.\r\nIllustration on title page\r\n\'120\' is printed at the foot of the title page.', NULL, 0, 'Charles Edward, Prince, grandson of James II, King of England, 1720-17', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (322, NULL, 0, NULL, 0, 'History of Sir William Wallace, the renowned Scottish champion', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.3, '1', NULL, NULL, '107', 'Dated from internal and external evidence.\r\nIllustration on title page of bust of man with crown on head.\r\n\'107\' printed at foot of title page.\r\nThere is a variant with a different illustration. StEdNL : L.C.2852.E(10).\r\nAnother variant exists with \'ix. 4\' printed at foot of title page. StEdNL : Mas.618(13).', NULL, 0, 'Wallace, William, Sir, d. 1305.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (323, NULL, 0, NULL, 0, 'The history of the Black Douglas. With an account of the battle of Otterburn', NULL, 'Glasgow : Published by Francis Orr & Sons, [1840-1850?] ', 'Glasgow', 'Orr, Francis', 'Orr (sons of Francis)', '1840-01-01 00:00:00', '1850-12-31 00:00:00', '34, [i.e. 24]', 12, '0', NULL, NULL, '163', 'Dated from examination of text and style.\r\n\'163\' is printed at the foot of the title page.\r\nThe page numbering is erratic.\r\nOn title page : \"Hosts have been known at that dread sound to yield, And Douglas dead, his name has won the field.\".', NULL, 0, 'Douglas, James Douglas, Earl of, ca. 1358-1388.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (324, NULL, 0, NULL, 0, 'History of the Kings and Queens of England: from the reign of William the Conqueror to Victoria the First. Part I', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.1, '24', NULL, NULL, '133', 'Dated from examination of text and style.\r\n\'133 .\' is printed at the foot of the title page.\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (325, NULL, 0, NULL, 0, 'History of the life and death, of the great warrior Robert Bruce, King of Scotland', NULL, 'Glasgow : for the booksellers, [18--]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (326, NULL, 0, NULL, 0, 'The history of the wicked life and horred death of Dr. John Faustus shewing how he sold himself to the devil, to have power for 24 years to do what he pleased. Also the strange things done by him and Mephistophiles. With an account how the devil came for him at the end of 24 years, and tore him to pieces.', NULL, 'Glasgow : Printed for the book-sellers, [1820-1830?] ', 'Glasgow', NULL, NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '24', 11, '0', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from external evidence.', NULL, 0, 'Faust, d. ca. 1540.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (327, NULL, 0, NULL, 0, 'The history of the wicked life and horrid death of Dr. John Faustus... Also the strange things done by him and Mephostophiles [sic]...', NULL, '[Glasgow] : Printed for J. Lumsden & Son, Glasgow, [1816-1820?] ', 'Glasgow', NULL, NULL, '1816-01-01 00:00:00', '1820-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from Roscoe & Brimmell.', NULL, 0, 'Faust, d. ca. 1540.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (328, NULL, 0, NULL, 0, 'The history of Thomas Hickathrift.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, '75', 'Dated from examination of text and style.\r\n\'75.\' is printed at the foot of the title page.\r\nThere is a variant with \'viii. 7\' printed bottom right of the title page. StEdNL : Mas.618(5).\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (329, NULL, 0, NULL, 0, 'The history of Whittington and his cat.', NULL, 'Glasgow : Printed for the booksellers, 1852', 'Glasgow', NULL, NULL, '1852-01-01 00:00:00', '1852-12-31 00:00:00', '24', 13.2, '12', 'One penny', 'New and Improved Series', '43', 'Illustration on title page.\r\nP. [24] consists of a one-page advertisment for other titles in this, and other series.', NULL, 0, 'Whittington, Dick, 1357?-1423.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (330, 'Hogg, James, 1770-1835', 0, NULL, 0, 'The history of Duncan Campbell, and his dog, Oscar. From Hogg\'s Evening tales', NULL, 'Stirling : Printed by William Macnie, and sold wholesale and retail, 1828', 'Stirling', 'Macnie, William', NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '24', 13.7, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (331, 'Hogg, James, 1770-1835', 0, NULL, 0, 'The long pack, or The robbers discovered : A Scottish story / By James Hogg, The Ettrick Shepherd.', NULL, 'Glasgow : Printed for the booksellers, [c.1850]', 'Glasgow', NULL, NULL, '1820-01-01 00:00:00', '1860-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, '24', 'Illustration on title page of man on horse with trees beyond.\r\n\'24\' printed at the foot of the title page.\r\nDated from examination of text and style.\r\nThere is a variant without \'24\' printed at the foot of the title page. StEdNL : L.C.2850.D(21).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (332, NULL, 0, NULL, 0, 'The housewife\'s cookery book, : containing directions for roasting, boiling, frying, broiling, stewing, hashing, soups, sauces, cakes, vinegars, puddings, jellies, pies, tarts, catchups, wines, and all the necessary branches of cookery', NULL, 'Falkirk : Printed for the booksellers, [n.d.]', 'Falkirk', NULL, NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (333, NULL, 0, 'Mickle, William Julius', 0, 'How sweet in the woodlands, to which are added, The boy and the flagelet, The miller, There\'s nae luck about the house [by William Julius Mickle], Young Daphine, and The beautiful maid', NULL, 'Greenock : by William Scott, [ca.1815]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (334, 'Hume, Alexander', 0, NULL, 0, 'The flyting betwixt Polward and Montgomery, [Alexander Hume]. Newly corrected and amended', NULL, '[Edinburgh], 1688', 'Edinburgh', NULL, NULL, '1688-01-01 00:00:00', '1688-12-31 00:00:00', '32', NULL, NULL, NULL, NULL, NULL, NULL, 'Wing H3654; Aldis 2760', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (335, NULL, 0, NULL, 0, 'The humours of Glasgow Fair. Also the comical song of Auld John Paul', NULL, 'Glasgow : Printed for the booksellers, [18--]', 'Glasgow', NULL, NULL, NULL, NULL, '8', 11.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (336, NULL, 0, NULL, 0, 'The hunting of Chevy-Chace.', NULL, 'Paisley : Printed by J. Neilson for George Caldwell, bookseller', 'Paisley', 'Neilson, John', 'Caldwell, George', '1794-01-01 00:00:00', '1824-12-31 00:00:00', '8', 14.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (337, NULL, 0, NULL, 0, 'The hunting of Chevy-Chace. A Scots ballad', NULL, 'Glasgow : Printed for the booksellers, 1828', 'Glasgow', NULL, NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, 'Percy, Henry, Lord, 1364-1403.\r\nDouglas, James Douglas, Earl of, ca. 1', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (338, NULL, 0, NULL, 0, 'Hurrah for the bonnets of blue, Pray Goody, Donald of Dundee, The cypress wreath, I\'d be a butterfly, Oh say not women\'s love is bought, He\'s o\'er the hills that I lo\'e weel, The captive maniac', NULL, 'Glasgow : Printed for the booksellers, 1829', 'Glasgow', NULL, NULL, '1829-01-01 00:00:00', '1829-12-31 00:00:00', '8', 11.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (339, NULL, 0, NULL, 0, 'An interesting history of Robert Burns; the Ayrshire bard', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.2, '2', NULL, NULL, '60', 'Dated from examination of text and style.\r\nIllustration on title page.\r\n\'60.\' is printed at the foot of the title page.\r\nBoth the layout and typeface on the title page differ from the copy at L.C.2847(14). The text is identical. StEdNL', NULL, 0, 'Burns, Robert, 1759-1796', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (340, 'Mudford, William, 1782-1848', 0, NULL, 0, 'The iron shroud; or, Italian revenge', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, '149', 'Dated from examination of text and style.\r\n\'149\' is printed at the foot of the title page.\r\nIllustration on title page.\r\nAttributed to William Mudford.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (341, 'Mudford, William, 1782-1848', 0, NULL, 0, 'The iron shroud; or, Italian revenge.', NULL, 'Paisley : Printed by Caldwell and Son, 2, New Street, 1839', 'Paisley', 'Caldwell, George', 'Caldwell, George, junior', '1839-01-01 00:00:00', '1839-12-31 00:00:00', '24', 14.2, '1', NULL, NULL, NULL, 'Attributed to William Mudford.\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (342, NULL, 0, NULL, 0, 'Elegy on the death of an old bawd, or bawdy-house keeper, a well-known character in the New Street of Glasgow. : with a popular song', NULL, '[Glasgow?] : Printed for the booksellers, [18--]', 'Glasgow', NULL, NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 13.2, '1', 'Price, one penny', NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (343, NULL, 0, NULL, 0, 'The jew pedlar, to which are added, Behold my love, Unmov\'d I\'ll brave, One kiss, old girl, Molly of the mill', NULL, 'Greenock : by W. Scott, [n.d.]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (344, NULL, 0, NULL, 0, 'Jock Blate\'s night vision, courtship and marriage. As described by himself... To which is added Maggy Johnston\'s elegy', NULL, 'Edinburgh, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (345, NULL, 0, NULL, 0, 'Jockey the shepherd. Also, The rambling boy. Braes o\' Lomond. The willow tree. Banks of Doon [by Burns]', NULL, 'Falkirk : by T. Johnston, 1816', 'Falkirk', 'Johnston, Thomas', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (346, NULL, 0, NULL, 0, 'John Anderson my Jo. Low down in the broom. It was upon a Lammas night. The banks of Doon. Land of the leal. Lubin is away', NULL, 'Glasgow : Printed for the booksellers, 1828', 'Glasgow', NULL, NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (347, NULL, 0, NULL, 0, 'John Highlandman\'s remarks on Glasgow. To which is added, Katherine Ogie, and The ewe-bughts Marion', NULL, 'Falkirk : Printed by T. Johnston, 1814', 'Falkirk', 'Johnston, Thomas', NULL, '1814-01-01 00:00:00', '1814-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nColophon at foot of p. 8 reads : Falkirk- T. Johnston, Printer.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (348, 'Boston, Thomas', 0, NULL, 0, 'Christ the saviour of the world. : A sermon; preached immediately before the celebration of the Lord\'s Supper, at Ettrick, June 7th, 1724. By the Rev. Mr. Thomas Boston, late Minister of the Gospel at Ettrick', NULL, 'Glasgow : Printed by J. & M. Robertson, MDCCXCVII [1797]', 'Glasgow', 'Robertson, J.', 'Robertson, M.', '1797-01-01 00:00:00', '1797-12-31 00:00:00', '24', 14.3, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (349, NULL, 0, NULL, 0, 'The jolly fat friar, Wat ye wha\'s in yon town [by Burns], Good night and joy [by Sir Alexander Boswell, My love is breathing a prayer for me, and Gloomy winter [by Tannahill]', NULL, 'Stirling : for J. Fraser, [ca.1820]', 'Stirling', 'Fraser, John', NULL, '1817-01-01 00:00:00', '1824-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'No. 28. - Also: Tweedside (old verses)', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (350, 'Kae, Adam', 0, NULL, 0, 'A sermon concerning the believer\'s siting under Christ\'s shadow... By... Adam Kae... 1648...', NULL, 'Broadwood : for William Wilson, 1735', 'Broadwood', NULL, 'Wilson, William', '1735-01-01 00:00:00', '1735-12-31 00:00:00', '36', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (351, NULL, 0, NULL, 0, 'Kattie\'s answer to Wabster Jock, together with, Jock\'s reply, with, The roving batchelor, and Roger of Coverly.', NULL, 'Stirling : Printed for the booksellers, 1806', 'Stirling', 'Randall, Charles', NULL, '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nKattie\'s answer to wabster Jock : Tune - Here\' awa\' there awa\' had awa\' hame.\r\nPrinter possibly Charles Randall.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (352, NULL, 0, 'Moore, Thomas', 0, 'The Kebbuckston wedding. Oh, haste and leave this lonely isle. Rest, warrior, rest. the Meeting of the Waters [by Thomas Moore]', NULL, 'Glasgow : Printed for the booksellers, [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (353, NULL, 0, NULL, 0, 'The merry and entertaining history of the King and the cobler in two parts', NULL, 'Edinburgh : by J. Robertson, 1811', 'Edinburgh', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (354, NULL, 0, NULL, 0, 'King George IV. his welcome to Scotland. To which are added, Gloomy winter\'s now awa\'. Gloomy winter\'s come again. The emigrants\' farewel to Ayrshire. The sailor\'s life', NULL, 'Falkirk : [s.n.], Printed in the year 1822', 'Falkirk', NULL, NULL, '1822-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, 'George IV, King of Great Britain, 1762-1830 Journeys Scotland.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (355, NULL, 0, NULL, 0, 'King Robert Bruce\'s garland. An heroic ballad. Or, The history of the famous Battle of Bannockburn... Also, The famous battle of Chevy-Chace... Both to the tune of Chevy-Chace', NULL, 'Stirling : Printed and sold by M. Randall, [1813-1820?] ', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Dated from the Scottish Book Trade Index.\r\nIn verse.\r\nTitle in text: The battle of Bannockburn.', NULL, 0, 'Robert I, King of Scots, 1274-1329 Songs and music.\r\nPercy, Henry, Lor', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (356, NULL, 0, NULL, 0, 'The King\'s muster, to which is added, Nae luck about the house, and Up in the morning early, and Bauldy Baird', NULL, 'Glasgow : Published and sold, wholesale and retail, by R. Hutchison, bookseller, 19 Saltmarket, 1823', 'Glasgow', 'Hutchison, Robert', NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nThe king\'s muster : Tune - The auld wife ayont the fire.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (357, NULL, 0, NULL, 0, 'The knight of Elle; a scarce and favourite old Scotch ballad', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, '38', 'Illustration on title page is of a man in classical(?) dress, reaching forward. This differs from the copy at L.C.2845(2). StEdNL.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'38\' is printed beneath the imprint.\r\nA variant exists with \'No. 33\' in top left hand corner.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (358, NULL, 0, NULL, 0, 'The lady Isabella\'s tragedy; or, The step-mother\'s cruelty, with The master-cook and step-mother\'s lamentation. To which is added, The poor exile of Erin', NULL, 'Edinburgh : Printed for the booksellers, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (359, NULL, 0, NULL, 0, 'The lament of Flora M\'Donald; to which are added, Within a mile of Edinburgh, Tweedside, Go plaintive sounds, The yellow hair\'d laddie, The Lord\'s Marie', NULL, 'Stirling : Printed by W. Macnie, [n.d.]', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (360, NULL, 0, NULL, 0, 'The Lancashire lads: a love song. To which are added, The bonny maid milking her cow, and The Falkirk gardeners\' ball', NULL, 'Falkirk : Printed by T. Johnston, [n.d.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (361, NULL, 0, NULL, 0, 'The land o\' the leal. Lubin is away. Tyrolese song. Irish providence. The beautiful maid. The traveller', NULL, 'Glasgow : Printed for the booksellers, [18--]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (362, NULL, 0, NULL, 0, 'The lass near Woodhouslee, O love is a plague, The blacke\'ed lassie, General female toast, William Tell, the Swiss patriot, and You poor negro girl', NULL, 'Stirling : Sold wholesale by J. Fraser & Co. printers, [n.d.]', 'Stirling', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (363, NULL, 0, NULL, 0, 'The last words of Mr. Donald Cargil, when on the scaffold July 27. 1681', NULL, 'Glasgow : by James Duncan, 1737', 'Glasgow', NULL, NULL, NULL, NULL, '12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (364, NULL, 0, NULL, 0, 'The leg of mutton. Modern idolatry.', 'New edition', '[Paisley : ca. 1820?] ', 'Paisley', NULL, NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '18', 13.4, '0', NULL, NULL, NULL, 'In verse and prose.\r\nPlace of publication and date from both internal and external evidnce.\r\nThere are several quotes and verses on the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (365, NULL, 0, NULL, 0, 'The life and death of Fair Rosamond, concubine to King Henry the II', NULL, 'Kilmarnock : Printed for the booksellers, [1815-1820?] ', 'Kilmarnock', NULL, NULL, '1815-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, 'Clifford, Rosamond.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (366, NULL, 0, NULL, 0, 'The life and death of Fair Rosamond, concubine to King Henry II. To which is added The lass o\' Gowrie', NULL, 'Stirling : Printed for the booksellers, [ca. 1835?] ', 'Stirling', NULL, NULL, '1835-01-01 00:00:00', '1835-12-31 00:00:00', '8', 12.5, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from examination of text and style.', NULL, 0, 'Clifford, Rosamond.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (367, NULL, 0, NULL, 0, 'The life and meritorious transactions of John Knox, the great Scottish reformer.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, '61', 'Dated from examination of text and style.\r\nIllustration on title page.\r\n\'61.\' printed beneath the imprint.\r\nThere is a variant with \'X\' printed beneath the imprint. StEdNL : HALL.224.H.4(12).', NULL, 0, 'Knox, John, ca. 1514-1572 Biography.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (368, NULL, 0, NULL, 0, 'The life and transactions of Mrs. Jane Shore, concubine to K. Edward 4th...', NULL, 'Paisley : by J. Neilson, 1816', 'Paisley', 'Neilson, John', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (369, NULL, 0, NULL, 0, 'The life and transactions of Mrs. Jane Shore, concubine to K. Edward 4th...', NULL, '[S.l.] : 1822', NULL, NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (370, NULL, 0, NULL, 0, 'The life and transactions of Mrs. Jane Shore, concubine to K. Edward 4th...', NULL, 'Glasgow : Published by J. Lumsden and Son, 1816', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1816-01-01 00:00:00', '1816-12-31 00:00:00', '24', 13.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nFoot of p. 24 reads : J. Neilson, printer.', 'Roscoe & Brimmell, no. 161.', 0, 'Shore, Jane, d. 1527?', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (371, NULL, 0, NULL, 0, 'The life and wonderful prophecies of Donald Cargill. Who was executed at the Cross of Edinburgh, on the 26th July, 1680…', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '1', NULL, NULL, '123', 'Dated from examination of text and style.\r\nIllustration on title page\r\n\'123.\' is printed at the foot of the title page.\r\nThere is a variant with \'2 B\' printed at the foot of the title page. StEdNL : Hall.224.h.4(17).', NULL, 0, 'Cargill, Donald, 1619?-1681.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (372, NULL, 0, NULL, 0, 'The life of the martyr, John Brown, of Priesthill, in the parish of Muirkirk, Ayrshire, who was murdered by Graham of Claverhouse, near his own house, in 1685. Also, an account of his companions in suffering, during the last persecution in Scotland, between the years 1680 and 1688...', NULL, 'Stirling : Printed by William Macnie, and sold wholesale and retail, 1828', 'Stirling', 'Macnie, William', NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '24', 14, NULL, NULL, NULL, NULL, 'There are two quotes on the title page.', NULL, 0, 'Brown, John, d. 1685.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (373, NULL, 0, NULL, 0, 'The life, trial, and execution, of Mary Thompson, aged nineteen, who was executed at York, on the 22nd March...', NULL, 'Paisley : G. Caldwell (printer), 1841', 'Paisley', 'Caldwell, George', NULL, '1841-01-01 00:00:00', '1841-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (374, NULL, 0, NULL, 0, 'Lilies of the valley. To which are added, Hills of Gallowa. The birks o\' Aberfeldy. The banks o\' Clyde. How sweet the rose blaws', NULL, 'Stirling : Printed by W. Macnie, 1825', 'Stirling', 'Macnie, William', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.7, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (375, NULL, 0, NULL, 0, 'The Lincolnshire knight. To which are added, The British Grenadiers, Sorrow and care, Seize occasion', NULL, 'Edinburgh : Printed for the booksellers, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (376, NULL, 0, NULL, 0, 'The little taylor\'s wedding. To which are added, Macpherson\'s farewell [by Burns]. O poortith cauld [by Burns]. The falsehearted young man. Bonny Dundee', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (377, NULL, 0, NULL, 0, 'Lord Thomas of Winsberry. To which are added, A touch on the times. Old Adam the father of us all. A new love song', NULL, 'Stirling : by M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.4, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (378, NULL, 0, NULL, 0, 'The Lothian lassie. To which are added, My Nanie O. Tink a tink. The banks of Doon', NULL, 'Haddington : by G. Miller, [n.d.]', 'Haddington', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (379, 'Love, David', 0, NULL, 0, 'A serious advice to the redeeming of time; with a few remarks on the present times. By David Love...', NULL, 'Edinburgh : Printed by J. Morren for the author, 1812', 'Edinburgh', 'Morren, John', NULL, '1812-01-01 00:00:00', '1812-12-31 00:00:00', '12', NULL, NULL, NULL, NULL, NULL, 'In verse', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (380, NULL, 0, NULL, 0, 'Lovely Gragal Machree, with the Answer. The sprig of shellala. Young Sally Macgee. Love and despair.', NULL, 'Falkirk : Printed by T. Johnston, [n.d.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', 13.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (381, NULL, 0, NULL, 0, 'Lovley Jean. To which are added, The bush aboon Traquair, The lass in yon town, The pitcher, The death of Wolfe', NULL, 'Stirling : M. Randall, 1820', 'Stirling', 'Randall, Mary', NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (382, NULL, 0, NULL, 0, 'The lover, to which, are added, The jovial cruising sailor, Get up and bar the door, A song in praise of the colliers', NULL, 'Dunbar : by G. Millar, [n.d.]', 'Dunbar', 'Miller, George', NULL, '1795-01-01 00:00:00', '1823-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (383, 'Magee, John', 0, NULL, 0, 'Some account of the travels of John Magee, pedlar and flying stationer, in North and South Britain, in the years 1806 and 1808... Written by himself', NULL, 'Paisley : by G. Caldwell jun., 1826', 'Paisley', 'Caldwell, George, junior', NULL, '1826-01-01 00:00:00', '1826-12-31 00:00:00', '48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (384, NULL, 0, NULL, 0, 'The magic oracle, or Conjuror\'s guide; containing the whole art of legerdemain...', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, 'One penny', 'New and improved series; no. 20', '20', 'In verse.\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (385, NULL, 0, NULL, 0, 'Daniel O\'Rourke\'s wonderful voyage to the moon. Also, Master and man; or, The adventures of Billy MacDaniel, [William Maginn]', NULL, 'Kilmarnock : Printed by H. Crawford, bookseller, 1827', 'Kilmarnock', 'Crawford, Hugh', NULL, '1827-01-01 00:00:00', '1827-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn prose and verse.\r\nAlso contains: Cormac and Mary (verse).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (386, NULL, 0, NULL, 0, 'The maid of Carronshore, to which are added, The jolly farmer, The minister\'s maid, and The Falkirk Volunteers', NULL, 'Falkirk : Printed by T. Johnston, [1810-1825?] ', 'Falkirk', 'Johnston, Thomas', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from period of activity of publisher and external evidence.\r\nColophon at foot of p. 8 reads : Falkirk- T. Johnston, Printer.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (387, 'Maxwell, John', 0, NULL, 0, 'Poetical pieces on various subjects. By John Maxwell...', NULL, 'Stirling : C. Randall, [n.d.]', 'Stirling', 'Randall, Charles', NULL, '1994-01-01 00:00:00', '2012-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (388, 'Meanwell, Lady', 0, NULL, 0, 'The two orphans, a pathetic tale. By Lady Maxwell, [Lady Meanwell, pseud.]', NULL, 'Stirling : M. Randall, 1820', 'Stirling', 'Randall, Mary', NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (389, NULL, 0, NULL, 0, 'Memoirs of the life and gallant services of Admiral Lord Nelson, containing a full statement of the varius battles... in which he has been engaged; and the melancholy account of his death...', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1806', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1806-01-01 00:00:00', '1806-12-31 00:00:00', '24', 14.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nColophon at foot of p. 24 reads : Glasgow, printed by J. and M. Robertson, Saltmarket, 1806.', NULL, 0, 'Nelson, Horatio Nelson, Viscount, 1758-1805 Biography.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (390, NULL, 0, NULL, 0, 'The merchant of Bristol\'s daughter. To which is added, The adieu', NULL, 'Stirling : Printed by C. Randall, 1808', 'Stirling', 'Randall, Charles', NULL, '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (391, NULL, 0, NULL, 0, 'A merry song, called, Love in a barn, or, Right country courtship, shewing how a London Lord was tricked by a farmer\'s daughter', NULL, 'Falkirk : Printed by T. Johnston, [n.d.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (392, NULL, 0, NULL, 0, 'The Middlesex Flora. As also, A tailor\'s goose can never fly. The lovely soldier. Kate Kearney. The answer to Kate Kearney', NULL, 'Edinburgh : Printed by Sanderson & Co., [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (393, NULL, 0, NULL, 0, 'The miller of Gloucestershire. To which is added, The happy workman', NULL, 'Haddington : Printed for the booksellers, [ca. 1810?] ', 'Haddington', NULL, NULL, '1810-01-01 00:00:00', '1810-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from examination of text and style.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (394, 'Mitchel, John', 0, NULL, 0, 'The way to true honour and happiness. A friendly address to all parents, masters of families and landlords... To which is added, A memorandum for mothers. By John Mitchel', NULL, 'Edinburgh : by the Heirs and Successors of Andrew Anderson, 1699', 'Edinburgh', 'Heirs and Successors of Andrew Anderson', NULL, NULL, NULL, '36', NULL, NULL, NULL, NULL, NULL, NULL, 'Wing M2288; Aldis 3873', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (395, NULL, 0, NULL, 0, 'The family prayer-book : adapted to the services of domestic worship. With a few short graces before and after meat', NULL, 'Glasgow : Printed for the booksellers, 1856', 'Glasgow', NULL, NULL, '1856-01-01 00:00:00', '1856-12-31 00:00:00', '24', 13.1, '1', 'Price one penny', NULL, '83', 'Illustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (396, NULL, 0, NULL, 0, 'Molly O\'Rigge. Sit ye awhile and tipple a bit. The delights of wine. Caledonia! Native land! The warrior bard. Beadle of the parish', NULL, 'Glasgow : Printed for the booksellers, [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (397, NULL, 0, NULL, 0, 'Monimia. An ode', NULL, 'Glasgow : Cameron & Murdoch, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (398, NULL, 0, NULL, 0, 'Mother Bunch\'s Golden fortune-teller.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.6, '1', NULL, NULL, '94', 'Dated from examination of text and style.\r\n\'94.\' is printed at the foot of the title page.\r\nIllustration on title page.\r\nList of contents on the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (399, NULL, 0, NULL, 0, 'Mounseer Nong Tong Paw, to which are added, John Anderson, my joe [by Burns], The governing fair, The mariner\'s wife', NULL, 'Dunbar : by G. Miller, 1800', 'Dunbar', 'Miller, George', NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'The mariner\'s wife = There\'s nae luck about the house, by Wm. Julius Mickle', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (400, NULL, 0, NULL, 0, 'Much ado about nothing. A poem', NULL, 'Glasgow : by John Graham and Co., 1826', 'Glasgow', NULL, NULL, NULL, NULL, '12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (401, NULL, 0, NULL, 0, 'My only Joe and deary O: to which are added, O whistle and I\'ll come to you my lad, Banks and braes of bonny Doon, Polly Stewart, Sweet Annie, A love song.', NULL, 'Stirling : Printed and sold by C. Randall, 1806', 'Stirling', 'Randall, Charles', NULL, '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 14.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (402, NULL, 0, NULL, 0, 'Napoleon Bonaparte\'s Book of fate', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 14.6, '1', NULL, NULL, '104', 'Dated from examination of text and style.\r\n\'104\' is printed at the foot of the title page.\r\nIllustration on title page.\r\nAncient Egyptian oracle discovered and used by Napoleon.\r\nOriginally translated by H. Kirchenhoffer.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (403, NULL, 0, NULL, 0, 'Narrative of the battles of Drumclog, and Bothwell Bridge.', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, '1810-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, NULL, 'Dated from examination of text and style.\r\n\'Z\' printed beneath the imprint.\r\nThere is a variant with \'1.\' printed beneath the imprint and type set slightly differently. StEdNL : H.17.e.25(11), [Ao].8/3.2(9), NG.1177.d.12(7), L.C.2852.A(1).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (404, NULL, 0, NULL, 0, 'The negro boy: to which are added, The wish, Johnny Coup, Vulcan\'s cup, To Signora Cuzzoni.', NULL, 'Stirling : Printed and sold by C. Randall, 1806', 'Stirling', 'Randall, Charles', NULL, '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 14, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, 'Cope, John, Sir, d. 1760', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (405, 'Clergyman of the Church of England', 0, NULL, 0, 'The negro servant: an authentic and interesting narrative, in three parts... [By] \'a clergyman of the Church of England\'', NULL, 'Paisley : Printed by J. Neilson, 1812.', 'Paisley', 'Neilson, John', NULL, '1812-01-01 00:00:00', '1812-12-31 00:00:00', '24', 14.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (406, NULL, 0, NULL, 0, 'The negro servant; an authentic and interesting narrative... by a clergyman of the Church of England', NULL, 'Paisley : by J. Neilson, 1813', 'Paisley', 'Neilson, John', NULL, '1813-01-01 00:00:00', '1813-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (407, NULL, 0, NULL, 0, 'New fortune book, or, Conjuror\'s guide; the only real fortune-teller.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.4, '53 (52 are playing card faces)', NULL, NULL, '132', 'Dated from examination of text and style.\r\n\'132.\' is printed at the foot of the title page.\r\nIn prose and verse.\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (408, NULL, 0, NULL, 0, 'A new historical catechism: containing answers to important questions, in ancient history...', NULL, 'Paisley : Printed by G. Caldwell, 1828', 'Paisley', 'Caldwell, George', NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '24', 12.3, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (409, NULL, 0, NULL, 0, 'A new song called Auld Scotia free, to which are added O Helen thou art my darling, The lovely lass of Allan-down, Will ye go to the ewe bughts, and a Lamentation for the death of the brave McKay.', NULL, 'Airdrie : Printed by J. and J. Neill. Printers and bookbinders, No. 21 High Street. where may be …', 'Airdrie', 'Neill, J. and J.', NULL, '1790-01-01 00:00:00', '1840-12-31 00:00:00', '8', 11.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (410, NULL, 0, NULL, 0, 'A new song, composed in honour of the late Lord Nelson! To which are added, The gudewife\'s advice, and The boatie rows.', NULL, 'Stirling: : Printed and sold by C. Randall, 1800 [i.e. 1805?]', 'Stirling', 'Randall, Charles', NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', 13.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nThis item is dated 1800 and has been reported to ESTC, but it is in fact later, probably 1805.', NULL, 0, 'Nelson, Horatio Nelson, Viscount, 1758-1805 Songs and music.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (411, NULL, 0, NULL, 0, 'The new way of Oxter my laddie, and The beauties of Falkirk', NULL, 'Falkirk : Printed by T. Johnston, 1814', 'Falkirk', 'Johnston, Thomas', NULL, '1814-01-01 00:00:00', '1814-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nThe beauties of Falkirk : Tune - Jockey to the fair.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (412, NULL, 0, NULL, 0, 'The news, to which is added, The humours of Glasgow Fair', NULL, 'Glasgow : by R. Hutchison, 1823', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (413, NULL, 0, NULL, 0, 'The nobleman and the lepers', NULL, 'Glasgow : Printed and sold for the Glasgow Religious Tract Society (J. Niven printer), [18--]', 'Glasgow', 'Glasgow Religious Tract Society', 'Niven, John?', '1805-01-01 00:00:00', '1827-12-31 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (414, NULL, 0, NULL, 0, 'The Northumberland life-boat; to which are added, Anna\'s complaint; and The sluggard', NULL, 'Haddington : by G. Miller & Son, [n.d.]', 'Haddington', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, 'The sluggard, by Isaac Watts', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (415, 'Ogilvie, William, 1688 or 9-1729', 0, NULL, 0, 'The Laird of Cool\'s ghost. Being a copy of several conferences and meetings that passed betwixt the Reverend Mr. Ogilvie... and the ghost of Mr. Maxwell, late Laird of Cool. As it was fund in Mr. Ogilvie\'s closet after his death, very soon after these conferences. Written with his own hand', NULL, 'Glasgow : Published by J. Lumsden & Son, 1822', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1822-01-01 00:00:00', '1822-12-31 00:00:00', '24', 12.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nFoot of p. 24 reads : J. Neilson, printer.', 'Roscoe & Brimmell, no. 159.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (416, 'Ogilvie, William, 1688 or 9-1729', 0, NULL, 0, 'The Laird of Cool\'s ghost...', NULL, 'Falkirk : Printed for the booksellers, [n.d.]', 'Falkirk', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'Woodcut', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (417, 'Ogilvie, William, 1688 or 9-1729', 0, NULL, 0, 'The Laird of Cool\'s ghost: being several conferences... betwixt... Mr. Ogilvie... and the ghost of Mr. Maxwell, late Laird of Cool... as it was found in Mr. Ogilvie\'s closet after his death - written with his own hand', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, '48', 'Dated from examination of text and style.\r\nIllustration on title page.\r\n\'48\' is printed at the foot of the title page.\r\nThere is a variant with a full stop after the \'48\'. StEdNL : L.C.2852.B(24).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (418, NULL, 0, NULL, 0, 'Oran do dh\'Eoin breac Mac Leoid na Hearadh; le Ruaridh Mac Mhuirich. Oran gaisgidh seilge do Bhailli Bharra le fear Bhattarsa. Beannachadh Luinge, maille ri prosnachadh Fairge a rinneadh do sgioba sdo Bhirlin le tighearna chlan Raonuill, le Alastair Mac Dhomnuill', NULL, '[Inveraray] : Printed for and sold by the publisher, Inverary, [ca. 1815] ', 'Inveraray', NULL, NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nProbably printed by by Thomas Duncan in Glasgow, with an Inveraray imprint, for Paruig Tuainer, (Peter Turner) a chapman, and sold throughout the Highlands.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (419, NULL, 0, NULL, 0, 'Oran Gaoil, Cuir a chinn dilis. An Duanag, ullamh le Bard mhic Ileain do chailein Iarla Earraghaidheal. Beannachadh nan arm', NULL, '[Inveraray] : Printed for and sold by the publisher, Inverary, [ca. 1815] ', 'Inveraray', NULL, NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nProbably printed by by Thomas Duncan in Glasgow, with an Inveraray imprint, for Paruig Tuainer, (Peter Turner) a chapman, and sold throughout the Highlands.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (420, NULL, 0, NULL, 0, 'Oran le Uilliam MacCoinnich, do ninghein Choinnich ruaidh mhic fir no Comraich. Marbhrann Mhic-\'ic-Ailein, le Niall Mac Mhuirich. Dhordaicheadh a mach fear beairte', NULL, 'Inverary, [n.d.]', 'Inveraray', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (421, NULL, 0, NULL, 0, 'Oran muirt Ghlinne Comhann, leis a Bhard Mhucanach. Do Thigearna Chlannraonuill, le Mac Dhughaill Mhic Lachuinn. Chuireadh leth fear inse nan uisgeachan \'s an fhairge air cintinn, tuille as molach \'s thoirt an stucramaich ris.', NULL, 'Printed for and sold by the publisher, Inverary : [n.d.]', 'Inveraray', NULL, NULL, '1800-01-01 00:00:00', '1840-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (422, NULL, 0, NULL, 0, 'Our goodman came hame at e\'en; to which is added, Tak\' me Jenny', NULL, 'Glasgow : R. Hutchison & Co., [n.d.]', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1824-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (423, NULL, 0, NULL, 0, 'The Oxford tragedy or, Fair Rosanna, who was cruelly murdered by her sweetheart.', NULL, 'Falkirk : Printed by T. Johnston, [n.d.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', 14.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (424, NULL, 0, NULL, 0, 'Pat Murphy. Up in the morning early. Green grow the rashes. Charlie he\'s my darling. The Craigs o\' Kyle', NULL, 'Glasgow : Printed for the booksellers, [18--]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (425, 'Peden, Alexander', 0, NULL, 0, 'The Lord\'s trumpet sounding an alarm against Scotland, and waining off a bloody sword. Being the substance of a preface, and two prophetical sermons preached at Glenluce, anno 1682. By... Alexander Peden...', NULL, 'Edinburgh : Reprinted for Moses Martine in Lochmaben and Robert Stevenson bookseller in Glasgow, 1731', 'Edinburgh', NULL, NULL, NULL, NULL, '46', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (426, 'Perkins, William', 0, NULL, 0, 'Deaths knell, or The sick mans passing bell... Written by William Perkins', 'The thirteenth edition', 'Glasgow : Printed by Robert Sanders, 1705', 'Glasgow', 'Sanders, Robert', NULL, '1705-01-01 00:00:00', '1705-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, '12mo', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (427, 'Pettigrew, John', 0, NULL, 0, 'The comical notes and sayings of the late Reverend Mr. Pettegrew, Minister of the Gospel, at Long-Govan, near Glasgow, [John Pettigrew]', NULL, 'Paisley : Printed for George Caldwell, bookseller, 1808', 'Paisley', 'Caldwell, George', 'Neilson, John?', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 15.3, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (428, NULL, 0, NULL, 0, 'The pleasing art of money-catching, and the way to thrive, by turning a penny to advantage; with a new method of regulating daily expenses', NULL, 'Falkirk : Printed for the booksellers, 1840', 'Falkirk', NULL, NULL, '1840-01-01 00:00:00', '1840-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nBoth the illustration and typeface on the title page differ from the undated edition. The text is identical. StEdNL : L.C.2828(26).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (429, NULL, 0, NULL, 0, 'Poems. The gudeman of Ballangeich. A royal tale. The twa lairds of Lesmahagow. The whiskey brewers\' lamentation. And a new song called Callum\'s hill', NULL, 'Glasgow : Published and sold, wholesale and retail, by R. Hutchison, bookseller, 19, Saltmarket, 1822', 'Glasgow', 'Hutchison, Robert', NULL, '1822-01-01 00:00:00', '1822-12-31 00:00:00', '24', 13.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nA new song called Callum\'s hill : Tune - Logan Water.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (430, NULL, 0, NULL, 0, 'A poetical epistle to J*** T***, esquire, on his suppression of music and dancing within the City of Edinburgh', NULL, 'Edinburgh : by John Moir, 1807', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, 'Signed at end: Anti-Harmonicus', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (431, NULL, 0, NULL, 0, 'The merry exploits of Poor Robin, the merry saddler of Walden...', NULL, 'Falkirk : T. Johnston, 1822', 'Falkirk', 'Johnston, Thomas', NULL, '1822-01-01 00:00:00', '1822-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (432, NULL, 0, NULL, 0, 'The pleasant history of Poor Robin, the merry sadler of Walden... Very diverting for a winter-evening fire-side', NULL, 'Edinburgh : Printed for the booksellers, [1820-1830?] ', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '24', 14.6, '1', NULL, 'No. xv', NULL, 'Woodcut on title page.\r\nDated from external and internal evidence.\r\nOn title page : Very diverting for a Winter-evening fire-side.\r\n\'No. XV\' appears at foot of title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (433, NULL, 0, NULL, 0, 'The Pope\'s knavery or Old Nick\'s invention. To which are added, Sweet Alison. The maid in Bedlam. She\'s as the op\'ning lilly fair', NULL, 'Stirling : M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (434, NULL, 0, NULL, 0, 'Popular Irish stories; a collection of the most interesting tales and legends of Ireland compiled from the best authors', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, 'One penny', 'New and improved series no. 23', NULL, 'Illustration on title page.\r\nTable of contents on p. [2].', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (435, NULL, 0, NULL, 0, 'The popular stories of The spectre bridegroom and The mason of Granada', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.9, '1', 'One penny', 'New and improved series no. 29.', NULL, 'Illustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (436, NULL, 0, NULL, 0, 'The Portsmouth tragedy. In four parts...', NULL, 'Stirling : by M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In verse', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (437, NULL, 0, NULL, 0, 'A pretty dialogue betwixt Robin-Hood and a beggar', NULL, 'Glasgow, 1710', 'Glasgow', NULL, NULL, '1710-01-01 00:00:00', '1710-12-31 00:00:00', '12', NULL, NULL, NULL, NULL, NULL, 'In verse', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (438, NULL, 0, NULL, 0, 'The prodigal daughter; or The disobedient lady... Being a true relation of one Jean Nicholson...', NULL, 'Glasgow, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, 'In verse', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (439, NULL, 0, NULL, 0, 'The proud Dutchess, or, Death and the lady. To which is added, The wounded hussar, The cold winter night, and Ance Crowdie', NULL, 'Falkirk : Printed by T. Johnston, 1816', 'Falkirk', 'Johnston, Thomas', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at foot of p. 8 reads : Falkirk, Printed by T. Johnston.\r\nThe pages are incorrectly imposed, the numbering sequence is as follows : [1],2,5,6,3,4,7,8. StEdNL.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (440, NULL, 0, NULL, 0, 'The public meeting; or my Lord Shallow at his last gasp!! A tragi-comedy, in three acts. By a looker-up', 'Fourth edition', 'Glasgow : by D. Mackenzie, 1816', 'Glasgow', 'Mackenzie, D.', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (441, NULL, 0, NULL, 0, 'Queen Mary\'s lamentation. To which are added, The orange and blue, Lord Gregory, Tak\' your auld cloke about ye, and The sailor\'s return', NULL, 'Glasgow : R. Hutchison, 1823', 'Glasgow', 'Hutchison, Robert', NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Lord Gregory, by Burns.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (442, 'Ramsay, Allan, 1686-1758', 0, NULL, 0, 'A collection of Scotch proverbs, containing all the wise sayings and observations of the old people of Scotland, [Allan Ramsay]', NULL, 'Paisley : Printed and published by G. Caldwell, [ca. 1840?] ', 'Paisley', 'Caldwell, George', NULL, '1840-01-01 00:00:00', '1840-12-31 00:00:00', '24', 13.4, '1', NULL, NULL, NULL, 'Dated from the Scottish Book Trade Index and examination of text and style.\r\nIllustration on title page.\r\nOn title page : I will hae books gin I suld sell ye kye.\r\nOn title page : Vox populi vox dei. That maun be true that a\' men say.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (443, 'Ramsay, Allan, 1686-1758', 0, NULL, 0, 'A collection of Scots proverbs consisting of the wise sayings and observations of the old people of Scotland, [Allan Ramsay]', NULL, 'Glasgow : Published by J. Lumsden & Son, 1821', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1821-01-01 00:00:00', '1821-12-31 00:00:00', '24', 15.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nAt foot of p. 24 : J. Neilson, printer.\r\nOn title page : Vox populi vox dei. That maun be true that a\' men say.', 'Roscoe & Brimmell, no. 146.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (444, 'Ramsay, Allan, 1686-1758', 0, NULL, 0, 'The gentle shepherd, a Scots pastoral comedy. With all the songs..., [Allan Ramsay]', NULL, 'Falkirk : Printed and sold by P. Mair, 1790', 'Falkirk', 'Mair, Patrick', NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '58', NULL, NULL, NULL, NULL, NULL, 'Woodcut', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (445, 'Renwick, James, 1662-1688', 0, NULL, 0, 'The saint\'s duty in evil times: in two sermons... By Mr. James Renwick...', NULL, 'Glasgow : Printed by Robert Sanders, 1719', 'Glasgow', 'Sanders, Robert', NULL, '1719-01-01 00:00:00', '1719-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (446, 'Richmond, John', 0, NULL, 0, 'The last testimony of John Richmond, who lived in the parish of Gauston, who suffered at the Cross of Glasgow, upon the 19th day of March, 1684, for adhering to the truth, cause, and interest of the Gospel. [Never before printed.]', NULL, 'Glasgow : by James Duncan, 1722', 'Glasgow', NULL, NULL, '1722-01-01 00:00:00', '1722-12-31 00:00:00', '16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (447, NULL, 0, NULL, 0, 'Robin Red-breast and the wren: or, Robin\'s complaint on the vanity of the times. To which is added three hymns... Compyl\'d above sixty years ago', NULL, 'Glasgow : Printed by Robert Sanders, 1719', 'Glasgow', 'Sanders, Robert', NULL, '1719-01-01 00:00:00', '1719-12-31 00:00:00', '16, 8', NULL, NULL, NULL, NULL, NULL, '12mo', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (448, NULL, 0, NULL, 0, 'The roof of straw, Clutha! wild thy banks appear, Matty, Blythe hae I been on yon hill [by Burns], and Bonnie Lassie, blink over the burn', NULL, 'Edinburgh : for the booksellers, 1818', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (449, 'Ross, Robert', 0, NULL, 0, 'A drop of honey from the rock Christ, the crown and glory to the saint\'s everlasting rest. With a spiritual hymn... By Robert Ross', NULL, 'Edinburgh : by Alexander Robertson, [n.d.]', 'Edinburgh', 'Robertson, Alexander', NULL, '1764-01-01 00:00:00', '1785-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (450, NULL, 0, NULL, 0, 'The roving batchelor. To which is added, Rattlin\' roarin\' Willie, The pleasures of wooing, and Bess the gawkie', NULL, 'Falkirk : Printed & sold by T. Johnston, 1816', 'Falkirk', 'Johnston, Thomas', NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at foot of p. 8 reads : Falkirk, Printed by T. Johnston.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (451, NULL, 0, NULL, 0, 'The roving boy; or, New Deer prodigal. To which are addad [sic] Gloomy winter. For lack of gold', NULL, 'Peterhead : Printed by P. Buchan, [1816-1831?] ', 'Peterhead', 'Buchan, Peter', NULL, '1816-01-01 00:00:00', '1831-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (452, 'Row, James', 0, NULL, 0, 'A sermon preached by Mr. James Row... in St. Geillie\'s Kirk at Edinburgh, which has been commonly known by the name of pockmanty preaching', NULL, 'Glasgow : by William Duncan, 1738', 'Glasgow', NULL, NULL, NULL, NULL, '12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (453, NULL, 0, NULL, 0, 'The royal dream book; containing the interpretation of every kind of dream', NULL, 'Glasgow : Printed for the booksellers, [ca. 1850?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, '17', 'Dated from examination of text and style.\r\nIllustration on title page.\r\n\'17\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (454, NULL, 0, NULL, 0, 'Roy\'s wife of Aldivalloch. To which is added, The highland plaid, Neil Gow\'s fareweel, John Anderson, my Jo, Maria', NULL, 'Glasgow : Published and sold, wholesale and retail, by R. Hutchison, bookseller, 19 Saltmarket, 1823', 'Glasgow', 'Hutchison, Robert', NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, 'Gow, Niel, 1727-1807.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (455, 'Russel, Robert', 0, NULL, 0, 'The accepted time, and day of salvation, &c. Or, Sinners flee from the wrath to come... By Robert Russel', NULL, 'Glasgow : Printed by Robert Sanders, one of His Majesties printers, 1700', 'Glasgow', 'Sanders, Robert', NULL, '1700-01-01 00:00:00', '1700-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Not in Wing.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (456, 'Russel, Robert', 0, NULL, 0, 'The accepted time, and day of salvation, &c. Or, Sinners flee from the wrath to come... By Robert Russel', NULL, 'Glasgow : Printed by Robert Sanders, one of His Majesties printers. Printed for John Crosby, anno dom. 1700', 'Glasgow', 'Crosby, John', 'Sanders, Robert', '1700-01-01 00:00:00', '1700-12-31 00:00:00', '24', 10.7, NULL, NULL, NULL, NULL, NULL, 'Wing R2347B', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (457, 'Russel, Robert', 0, NULL, 0, 'The future state of man: or, A sermon of the Resurrection... by Mr. Robert Russel', NULL, 'Glasgow : Printed by Robert Sanders, 1716', 'Glasgow', 'Sanders, Robert', NULL, '1716-01-01 00:00:00', '1716-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, '12mo', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (458, 'Russel, Robert', 0, NULL, 0, 'The sin against the Holy Ghost, or, the sin unto death... By Mr. Robert Russel', NULL, 'Glasgow : Printed by Robert Sanders, 1713', 'Glasgow', 'Sanders, Robert', NULL, '1713-01-01 00:00:00', '1713-12-31 00:00:00', '12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (459, 'Rutherford, Samuel, 1600?-1661', 0, NULL, 0, 'Christ\'s love to His Church: a sermon, preached upon a sacramental occasion; by... Samuel Rutherfoord... Never before printed. To which is added, A poem on the vanity of worldly things. By a citizen of Glasgow', NULL, 'Glasgow : by Joseph Galbrath, 1798', 'Glasgow', NULL, NULL, NULL, NULL, '48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (460, 'Renwick, James, 1662-1688', 0, NULL, 0, 'The saints\' duty in evil times. : In two sermons preached from Isa. xxvi. 20. By Mr. James Renwick, Minister of the Gospel, who suffered in the Grass-Market of Edinburgh, upon the 17th day of February, 1688 ...', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1799', 'Glasgow', 'Robertson, J.', 'Robertson, M.', '1799-01-01 00:00:00', '1799-12-31 00:00:00', '24', 14.5, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (461, 'Rutherford, Samuel, 1600?-1661', 0, NULL, 0, 'The door of salvation open\'d: or, A loud and chirl voice from heaven, to unregenerate sinners on earth... By Mr. Samuel Rutherford', NULL, 'Edinburgh, 1735', 'Edinburgh', NULL, NULL, '1735-01-01 00:00:00', '1735-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (462, 'Rutherford, Samuel, 1600?-1661', 0, NULL, 0, 'The last and heavenly speech and glorious departure of John Viscount Kenmuir', NULL, 'Glasgow : by Robert Sanders, 1712', 'Glasgow', 'Sanders, Robert', NULL, '1712-01-01 00:00:00', '1712-12-31 00:00:00', '26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (463, NULL, 0, NULL, 0, 'The sailor\'s widow\'s lament for his death: to which are added, Fine harvest weather, The sailor\'s caution', NULL, 'Stirling : Printed and sold by C. Randall, 1806', 'Stirling', 'Randall, Charles', NULL, '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 13.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (464, NULL, 0, NULL, 0, 'St. Andrew\'s Day, a favourite Masonic song. Stirling Tower, composed on the death of Col. Gardener, 1745. The Ayrshire laddie, and The lovers\' dispute', NULL, 'Falkirk : [s.n.], Printed in the year 1820', 'Falkirk', NULL, NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (465, NULL, 0, NULL, 0, 'Sair sair was my heart; to which are added, The hero\'s orphant girls, The lass o\' Ballochmyle, Allister M\'Allister, The Highland plaid', NULL, 'Stirling : Printed by W. Macnie, 1826', 'Stirling', 'Macnie, William', NULL, '1826-01-01 00:00:00', '1826-12-31 00:00:00', '8', 11.2, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (466, NULL, 0, NULL, 0, 'Sally\'s love for a young husband. To which are added, O\'er the muir amang the heather. And A braw wooer came down the lang glen.', NULL, 'Falkirk : Printed by T. Johnston, [n.d.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', 14.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (467, NULL, 0, NULL, 0, 'Satan\'s decoy, or The youth\'s faith in Christ... To which is added, two occasional prayers. (Price one penny)', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (468, NULL, 0, NULL, 0, 'Saturday night at sea. To which are added, The married man, Poor little Jane, Lucy Gray of Allendale, Blue ey\'d Sue, and The cabin boy', NULL, 'Greenock : by William Scott, [n.d.]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (469, NULL, 0, NULL, 0, 'Scotia\'s sons. To which are added, Hap me wi\' thy petticoat. Truth laid open. We\'ll meet beside the dusky glen', NULL, 'Edinburgh : for the booksellers, 1821', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, 'We\'ll meet beside the dusky glen, by Tannahill', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (470, NULL, 0, NULL, 0, 'Scots medley, Duncan Gray, Johny Bluster\'s wife, and, The blue ey\'d lassie', NULL, 'Edinburgh : Printed for the booksellers, 1817', 'Edinburgh', NULL, NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (471, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'John Falkirk\'s cariches, to which is added Tam Merrilees; a capital story', NULL, 'Glasgow; Printed for the booksellers. [1840-1850?]', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.2, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nDated from external evidence. Anonymous: attributed to Dougal Graham.\r\nThere are two variants. A : \'59\' printed at the foot of the title page. StEdNL : L.C.2852.C(10). B : \'s\' printed at foot of title page. StEdNL : Hall.224.h.4(10).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (472, NULL, 0, NULL, 0, 'The sea-captain and the nobleman\'s daughter. To which is added, Farewel Eliza dear. By Burns', NULL, 'Falkirk : Printed by T. Johnston, [n.d.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', 14.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (473, NULL, 0, NULL, 0, 'The seaman\'s confidence. A dialogue between two seamen after a storm...', NULL, 'Glasgow : by Thomas Duncan, [n.d.]', 'Glasgow', 'Duncan, Thomas', NULL, '1801-01-01 00:00:00', '1827-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Cap. Tit', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (474, 'Secker, William, d.1681?', 0, NULL, 0, 'A wedding-ring fit for the finger: or, The salve of divinity on the sore of humanity... By William Secker...', NULL, 'Glasgow : Printed and sold by John Bryce bookseller and by W. Baird and J. Niven chapmen, 1775', 'Glasgow', 'Bryce, John', NULL, '1775-01-01 00:00:00', '1775-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (475, 'Secker, William, d.1681?', 0, NULL, 0, 'A wedding-ring, fit for the finger: or, the salve of divinity on the sore of humanty [sic]. Laid open in a sermon at a wedding in St. Edmonds: by William Secker...', NULL, 'Glasgow : R. Hutchison, 1822', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1824-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (476, NULL, 0, NULL, 0, 'The second downfall of Paris. The broad swords of old Scotland, Rule, Rule Britannia. Make hay while the sun shines. The joys of harvest', NULL, 'Falkirk : Printed by T. Johnston, 1815', 'Falkirk', 'Johnston, Thomas', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (477, NULL, 0, NULL, 0, 'The sentimental songster: an elegant selection of songs, duets, & glees...', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, '150', 'Dated from examination of text and style.\r\nIn verse.\r\nIllustration on title page.\r\n\'150\' is printed at the foot of the title page.\r\nTable of contents on p. 24.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (478, NULL, 0, NULL, 0, 'Sequel to The bonnet so blue; to which is added, the Deserter\'s lamentation, and The Saldana', NULL, 'Glasgow : R. Hutchison & Co., [n.d.]', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1824-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (479, NULL, 0, NULL, 0, 'The seven days work. To which is added, The blue-ey\'d lassie; The bold mariners; and The lammie.', NULL, 'Glasgow : published and sold, wholesale and retail, by R. Hutchison, 10 Saltmarket.', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1824-12-31 00:00:00', '8', 12.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (480, NULL, 0, NULL, 0, 'Seven excellent songs. The year that\'s awa. Blue bonnets over the border. The Laird o\' Cockpen. Jock o\' Hazeldean. Pity and protect the slave. Hurrah for the bonnets of lbue. Here\'s a health to all good lasses - a glee', NULL, 'Newton-Stewart : J. M\'Nairn, [n.d.]', 'Newton-Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 14, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (481, NULL, 0, NULL, 0, 'Seven favourite songs. Blink bonniely, thou e\'ening star. The despairing goatherd. See the moon o\'er cloudless Jura. I gaed a waefu\' gate yestreen. The maid of Arundel. Sweet evening bells. Life let us cherish', NULL, 'Newton-Stewart : Printed for the booksellers, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.\r\nThe pages are incorrectly imposed - the numbering sequence is as follows : [1], [2], 6, 4, 5, 3, 7, 8 StEdNL.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (482, NULL, 0, NULL, 0, 'Seven favourite songs. A Scots sang. The song of the olden time. Candran side. Roy\'s wife. The bonnie wee wife. Tweedside. Rule Britannia', NULL, 'Newton-Stewart : Printed and sold, wholesale and retail, by J. M\'Nairn, [18--]', 'Newton-Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 13.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (483, NULL, 0, NULL, 0, 'The seven maidenheads. To which are added, Joseph Tuck\'s last shift, and, The wooing o\'t', NULL, 'Stirling, [n.d.]', 'Stirling', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, 'The wooing o\'t = Duncan Gray, by Burns', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (484, NULL, 0, NULL, 0, 'A garland of new songs. The post captain The maid of Lodi The beggar girl Sally in our alley The woodland maid', NULL, 'Newcastle upon Tyne : Printed by J. Marshall, in the Old Flesh-Market ..., [n.d.]', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (485, 'Sinclair, George, d. 1696 ', 0, NULL, 0, 'Satan\'s invisible world discovered... to which is added The marvellous history of Major Weir and his sister, [George Sinclair]', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, '116', 'Dated from examination of text and style.\r\nThere is a variant without \'116\' printed at the foot of the title page. StEdNL : RB.S.836(12)\r\nIllustration on title page.\r\nPrinted height of title page 13.7 cm.', NULL, 0, 'Weir, Thomas Biography.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (486, NULL, 0, NULL, 0, 'Six excellent songs. Clarinda. The Highland plaid. Musing on the roaring ocen. A red, red rose. The young Highland rover. A mother\'s lament for the death of her son', NULL, 'Newton-Stewart : Printed, and sold wholesale and retail, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 11.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (487, NULL, 0, NULL, 0, 'Six excellent songs. Farewell. Drucken Jenny Din. The gallant weaver. John Anderson my jo. The nightingale. Scotland\'s hills for me.', NULL, 'Newton-Stewart : Printed for the booksellers, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (488, NULL, 0, NULL, 0, 'Six excellent songs. Farewell to Lochaber. Harvest home. Mary\'s dream. Roslin Castle. The soldier slumbering after war. All\'s well', NULL, 'Newton-Stewart : Printed and sold, wholesale and retail, by J M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (489, NULL, 0, NULL, 0, 'Six excellent songs. It was upon a Lammas night. How cruel are the parents. The bonnie wee thing. O condescend dear charming maid. Thine am I. Why, why tell thy lover.', NULL, 'Newton-Stewart : Printed for the booksellers, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 11.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (490, NULL, 0, NULL, 0, 'Six favourite songs. John Anderson my jo. There\'s nae luck about the house. I gaed a waefu gate yestreen. Auld langsyne. Blythe and happy are we. The rose will cease to blow.', NULL, 'Newton-Stewart : Printed and sold, wholesale and retail, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 14.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (491, NULL, 0, NULL, 0, 'Six new songs. Sally\'s gardens. \'Twas on the banks of Claudy. The bonny hawthorn, The town-crier describing the lost dandy, The Savoyard boy, Rob Roy Macgregor, --- a new song', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (492, NULL, 0, NULL, 0, 'Six songs. Braes of Galloway. Mine ain dear Somebody. Oh! send me Lewis Gordon hame. Bonny winsome Mary. Why unite to banish care. Wat ye wha\'s in yon town', NULL, 'Newton-Stewart : Printed and sold, wholesale and retail, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 12.4, '1', NULL, 'No. 6', NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.\r\n\'No. 6.\' is printed at the top of the title page.\r\nPrinted height of title page 12.6 cm.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (493, NULL, 0, NULL, 0, 'History of the sleeping beauty in the wood', NULL, 'Glasgow : Printed for the booksellers, 1852', 'Glasgow', NULL, NULL, '1852-01-01 00:00:00', '1852-12-31 00:00:00', '24', 13.2, '11 (one used twice)', 'One penny', 'New and Improved Series', '48', 'Illustration on title page.\r\nP. [24] consists of a one-page advertisment for other titles in this, and other series.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (494, NULL, 0, NULL, 0, 'The comical history of the King and the Cobbler : Containing the entertaining and merry tricks, and droll frolicks, played by the cobbler. - how he got acquainted with the King, became a great man, and lived at Court ever after.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.6, '2', NULL, NULL, '56', 'Dated from examination of text and style.\r\n\'56.\' is printed at the foot of the title page.\r\nTitle page has decorative border and includes illustration of a full-face head and shoulders portrait of King Henry VIII.\r\nThere is a variant with \'F\' printed at the foot of the title page, and another has title page without border and with illustration of left-side full-length view of standing figure with separate crown above.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (495, 'Smithson, Samuel', 0, NULL, 0, 'Christ on the Cross, suffering for sinners... Written by S. Smithson', NULL, 'Glasgow : by James and William Duncan, 1719', 'Glasgow', 'Duncan, James', 'Duncan, William', '1719-01-01 00:00:00', '1719-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (496, NULL, 0, NULL, 0, 'Soldier\'s dream; to which are added, Hap me with thy petticoat, At the dead of the night, Bonny Mally Stewart, Lochaber no more, Down the burn Davie', NULL, 'Stirling : Printed and sold, wholesale and retail, by W. Macnie, bookseller, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (497, NULL, 0, NULL, 0, 'Songs. Loch na Gar. On wi\' the tartan. Oft in the stilly night. Charlie is my darling. The last rose of summer. Farewell thou fair day. Alice Gray. Oh no! we never mention her. O, come to me when daylight sets. The King\'s Anthem.', NULL, 'Newton-Stewart : Printed and sold wholesale and retail, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.\r\nOn wi\' the tartan : A Scottish song, set to music by R. A. Smith.', NULL, 0, 'Charles Edward, Prince, grandson of James II, King of England, 1720-17', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (498, NULL, 0, NULL, 0, 'The spaewife; or Universal fortune-teller... Also, A distinct treatise on moles', NULL, '[Glasgow] : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 14, '2', NULL, NULL, '76', 'Dated from examination of text and style. Place of publication from external evidence.\r\n\'76\' is printed at the foot of the title page.\r\nThere is a variant with a full stop after the \'76\'. StEdNL : L.C.2852.C(28).\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (499, 'Spearing, George', 0, NULL, 0, 'A wonderful account of Mr. George Spearing... who fell into a coal pit... Also, the surprising manner of his deliverance... Published by himself...', NULL, 'Paisley : G. Caldwell jun., [n.d.]', 'Paisley', 'Caldwell, George, junior', NULL, '1842-01-01 00:00:00', '1858-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (500, NULL, 0, NULL, 0, 'The story of Blue Beard; or, The effects of female curiosity. To which is added The murder hole an ancient legend', NULL, 'Glasgow : Printed for the booksellers, [ca. 1850?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.7, '1', NULL, NULL, '20', 'Dated from examination of text and style.\r\nIllustration on title page.\r\n\'20\' is printed at the foot of the title page.\r\nPrinted height of title page 14 cm.\r\nThere is a variant with \'vii. 4\' printed bottom right of the title page. StEdNL : Mas.618(10).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (501, NULL, 0, NULL, 0, 'The story of Sinful Sally. Told by herself...', NULL, 'Stirling : by C. Randall, 1807', 'Stirling', 'Randall, Charles', NULL, '1994-01-01 00:00:00', '2012-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In verse', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (502, NULL, 0, NULL, 0, 'The story of the little white mouse: or The overthrow of the tyrant king', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.6, '1', NULL, NULL, '30', 'Dated from external evidence.\r\nIllustration on title page.\r\n\'30\' printed at foot of title page.\r\nVariant exists with \'viii. 6\' printed at bottom right hand corner of title page. StEdNL : Mas.618(4).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (503, NULL, 0, NULL, 0, 'The story teller, containing a choice selection of amusing and entertaining stories', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, 'Price one penny', 'New and improved series. No. 3.', NULL, 'Illustration on title page\r\nTable of contents on p.[2].', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (504, NULL, 0, NULL, 0, 'The stubborn wife\'s warning-piece: or, Good instructions for a scolding wife...', NULL, 'Glasgow : by Robert Sanders, 1700', 'Glasgow', 'Sanders, Robert', NULL, '1700-01-01 00:00:00', '1700-12-31 00:00:00', '16', 10.7, NULL, NULL, NULL, NULL, NULL, 'Wing OS6068A', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (505, NULL, 0, NULL, 0, 'The stubborn wifes warning-piece: or, Good instructions for a scolding wife...', NULL, 'Glasgow : Printed by Robert Sanders, 1717', 'Glasgow', 'Sanders, Robert', NULL, '1717-01-01 00:00:00', '1717-12-31 00:00:00', '12', NULL, NULL, NULL, NULL, NULL, '12mo', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (506, NULL, 0, NULL, 0, 'The surprising life and adventures of the gentleman-robber, Redmond O\'Hanlon...', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.6, '1', NULL, NULL, '93', 'Dated from examination of text and style.\r\n\'93.\' is printed at the foot of the title page.\r\nIllustration on title page.\r\nThere is a 4-line verse on the title page.\r\nCover print height 14.6 cm.', NULL, 0, 'O\'Hanlon, Redmond O\'Hanlon, Count, d. 1681', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (507, NULL, 0, NULL, 0, 'Susan Py: or, Young Bichen\'s garland. : Shewing how he went to a far country, and was taken by a savage Moor, and cast into prison, and delivered by the Moor\'s daughter, on promise of marriage: and how he came to England, and was going to be wedded to another bride: with the happy arrival of Susan Py on the wedding day', NULL, 'Falkirk : Printed by T. Johnston, 1815', 'Falkirk', 'Johnston, Thomas', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', 12.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (508, 'Sutherland, William', 0, NULL, 0, 'The genuine declaration of William Sutherland, hangman at Irvine...', NULL, 'Paisley : G. Caldwell, 1828', 'Paisley', 'Caldwell, George', NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (509, NULL, 0, NULL, 0, 'A tale of the Rebellion of 1745; or, The broken heart. To which is added, The three wishes, and the adventures of two tee-totallers', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?]', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 1.6, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nDated from external evidence.\r\nIn prose and verse.\r\nThe story of James Dawson, executed in London for his support of the Pretender, Charles Edward Stuart.\r\nVariant exists with ’118’ printed at foot of the title page. StEdNL : L.C.2847(16)', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (510, NULL, 0, NULL, 0, 'The talisman, consisting chiefly of original pieces in verse and prose', NULL, 'Glasgow : by N. Douglas, 1812', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (511, NULL, 0, 'Moore, Thomas', 0, 'The tempest. My daddie is a canker\'d carle. Mary, I believ\'d thee true. The young May moon [by Thomas Moore]', NULL, 'Glasgow : Printed for the booksellers, [18--]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (512, NULL, 0, NULL, 0, 'The tempest; to which are added, The rose tree, Sweet Willy O, Katherine Ogie, The cuckoo', NULL, 'Stirling : Printed by C. Randall, 1805', 'Stirling', 'Miller, George', NULL, '1805-01-01 00:00:00', '1805-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, 'Wolfe, James 1727-1759.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (513, NULL, 0, 'Burness, John, 1771-1826', 0, 'The prophecies of Thomas the Rhymer, and The comical story of Thrummy Cap and the ghaist', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, '114', 'In verse and prose.\r\nDated from external evidence.\r\nIllustration on title page.\r\n\'114\' printed at foot of title page.\r\nVariant exists without \'114\' printed at foot of title page. StEdNL : L.C.2848(12).', NULL, 0, 'Thomas, the Rhymer, 1220?-1297? Prophecies.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (514, NULL, 0, NULL, 0, 'Three excellent new songs, Bonny Mally Stewrat [sic] The soldier\'s return. Answer to The soldier\'s return', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (515, NULL, 0, NULL, 0, 'Three excellent new songs. Captain Delany\'s garland, Young Beatman\'s ghost, The new way of the Marques of Granby', NULL, 'Edinburgh, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (516, NULL, 0, NULL, 0, 'Three excellent new songs, viz. The trial of Jamie Reily and Cooleen Bawn. Bonny Jean of Aberdeen, and Patrick and Norah', NULL, 'Edinburgh : by J. Robertson, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (517, NULL, 0, NULL, 0, 'Three excellent old songs, I. The Boston tea-garland, II. A tragical account of two brothers, who were killed by their father in a mistake, he being in the American Rebellion, and they in the Royal Army. Also an excellent comic song, called The toom meal pock', NULL, 'Falkirk : Printed for the booksellers, 1827', 'Falkirk', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (518, NULL, 0, NULL, 0, 'Three excellent songs, viz. The Belfast shoemaker, The bad wife, and, The lass of Richmond hill', NULL, 'Stirling : Printed and sold by M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (519, NULL, 0, NULL, 0, 'Three famous new songs called Effects of whisky. The valley below. Larry O\'Gaff.', NULL, 'Paisley : Printed by and for G. Caldwell, Jun. bookseller, 69, High Street, [1825-1828?] ', 'Paisley', 'Caldwell, George, junior', NULL, '1825-01-01 00:00:00', '1828-12-31 00:00:00', '8', 13.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (520, NULL, 0, NULL, 0, 'Three new songs. 1. The crafty millar. 2. The lady\'s love to the sailor. 3. Buchal Bane', NULL, 'Edinburgh : Printed by Archibald Martin, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (521, NULL, 0, NULL, 0, 'Three songs. Captain Glen\'s unhappy voyage. The Blanch frigate. The cheering bowl', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (522, NULL, 0, NULL, 0, 'Three songs. Captain Ward and the rainbow. Argyle\'s courtship to an English lady. The highland rover', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (523, NULL, 0, NULL, 0, 'Three songs. The dawning of the day. Katharine Ogie. The sailing trade', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (524, NULL, 0, NULL, 0, 'Three songs. Innocent mirth. Lord Douglas\' tragedy. The banks of Doon [by Burns]', NULL, 'Edinburgh : J. Morren printer, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (525, NULL, 0, NULL, 0, 'Three songs. The lass of Benochie. An advice to the Fifeshire lasses. The thorn', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (526, NULL, 0, NULL, 0, 'Three songs. The sailor\'s courtship. The Scots medely. Humours of Christmass', NULL, '[Edinburgh] : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (527, NULL, 0, NULL, 0, 'Three songs. Wonderful dandy horse. Dick the ploughman\'s courtship. The haughs of Cromdale', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (528, NULL, 0, NULL, 0, 'Todlen hame. The bandy-legged officer. What have we with day to do. Hae ye seen in the calm dewy morning. It was in and about the Martinmas time. Deserted by the waning moon', NULL, 'Glasgow : Printed for the booksellers, [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (529, NULL, 0, NULL, 0, 'Totterdown-Hill\'s garland, containing a great collection of new songs; I. The Venus of Totterdown-Hill. II. The jolly Crispin\'s ramble. III. The jolly young waterman. IV. The ladies breast knots', NULL, 'Edinburgh : Printed and sold by Tho. Forrest, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (530, NULL, 0, NULL, 0, 'The tragedy of the valiant knight, Sir Wm. Wallace: to which is prefixed, A brief historical account...', NULL, 'Glasgow : R. Hutchison & Co., [n.d.]', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1824-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (531, NULL, 0, NULL, 0, 'The tragical end of William and Margaret. To which are added Wolfe\'s lament, The sailor\'s courtship.', NULL, 'Stirling : Printed by C. Randall, 1806', 'Stirling', 'Randall, Charles', NULL, '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (532, NULL, 0, NULL, 0, 'The travels and adventures of Wm. Lithgow, in Europe, Asia, and Africa, during nineteen years.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, '122', 'Dated from internal and external evidence.\r\nIllustration on title page.\r\n\'122.\' printed at foot of title page.\r\nVariant exists without \'122.\' printed at foot of title page. StEdNL : L.C.2848(14).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (533, NULL, 0, NULL, 0, 'The true fortune teller; or Universal book of fate...', NULL, 'Dalkeith : by D. Lyle, [18--]', 'Dalkeith', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (534, NULL, 0, NULL, 0, 'The true fortune teller; or, Universal book of fate.', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, '1800-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.9, '1', NULL, NULL, '78', 'Books 285, 402 and 534 carry same final disclaimer.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (535, NULL, 0, NULL, 0, 'The true lover\'s garland, containing, Will\'s courtship, and Katie\'s victory. The laughing song. Shannon\'s flowery banks, and The lass at the mill', NULL, 'Falkirk : Printed by T. Johnston, 1817', 'Falkirk', 'Johnston, Thomas', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', 12.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at foot of p. 8 reads : Falkirk- T. Johnston, Printer.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (536, NULL, 0, NULL, 0, 'Tullochgorum, The death of Sally Roy, Roslin Castle, and Was you at the Shirra-Muir', NULL, 'Stirling : Sold wholesale by J. Fraser & Co. printers, [1816-1820?]', 'Stirling', 'Fraser, John', NULL, '1816-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (537, NULL, 0, NULL, 0, 'Tullochgorum [by John Skinner], to which is added, The highland plaid [by Tannahill], Hallow fair', NULL, 'Glasgow : by R. Hutchison, 1823', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (538, NULL, 0, NULL, 0, 'The twa weavers. The minstrel boy [by Thomas Moore]. Canadian boat song. Gaily still the moments roll. Tho\' you leave me now in sorrow. The year that\'s awa\'. I gaed a waefu\' gate yestreen. Rule Britannia', NULL, 'Glasgow : Printed for the bookse[llers,] [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (539, NULL, 0, 'Nicholson, William', 0, '\'Twas on the morn of sweet May day. To which are added, Lovely Jean [by Burns]. Haluket Meg, Blythe, blythe, an\' merry are we [by William Nicholson]', NULL, 'Glasgow : for J. Neil, 1829', 'Glasgow', 'Neil, J.', NULL, '1829-01-01 00:00:00', '1829-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (540, 'Bisset, John', 0, NULL, 0, 'A doctrinal testimony against many prevailing evils of this day. : A sermon, preached in the New Church of Aberdeen, upon the 11th of April, 1744, being the national fast-day. On Jeremiah xix. 15... By John Bisset, M.A. Minister of the Gospel in Aberdeen.', 'The second edition', 'Glasgow : Printed by John Bryce, printer, and sold by Patrick Bryce, at his shop above the Cross; and by Robert Smith bookseller in the Salt-mercat, and other SCottish booksellers in town and country, M.DCC.XLIV [1744]', 'Glasgow', 'Bryce, John', 'Bryce, Patrick', '1744-01-01 00:00:00', '1744-12-31 00:00:00', '32', 14.5, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (541, NULL, 0, NULL, 0, 'Two ancient ballads, viz. The hireman chiel, and Adonis\' garden', NULL, 'Stirling : Printed for the booksellers, [n.d.]', 'Stirling', NULL, NULL, NULL, NULL, '12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (542, NULL, 0, NULL, 0, 'The two contented cuckolds. To which are added, Lord Thomas of Winsberry, and A lament for General Wolfe', NULL, 'Stirling : C. Randall, [n.d.]', 'Stirling', 'Randall, Charles', NULL, '1994-01-01 00:00:00', '2012-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (543, NULL, 0, NULL, 0, 'Two excellent love songs, called, Take care lads whom you marry, and The Turkish lady', NULL, 'Falkirk : Printed by T. Johnston, 1817', 'Falkirk', 'Johnston, Thomas', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (544, NULL, 0, NULL, 0, 'Two excellent songs. John of Badenyon. And Tullichgorum', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (545, NULL, 0, NULL, 0, 'Two old songs. The perjured maid, and The wakerife mammy', NULL, 'Stirling : Printed for the booksellers, [n.d.]', 'Stirling', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (546, NULL, 0, NULL, 0, 'The unco bit want: and The Egyptian wedding. Two merry and diverting new Scots songs.', NULL, 'Falkirk : Printed by T. Johnston, [n.d.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (547, NULL, 0, NULL, 0, 'The valiant sailor, to which, are added, Queen Mary\'s lamentation, Bonny Bett, The high mettled racer, The maid in Bedlam', NULL, 'Dunbar : by G. Miller, [n.d.]', 'Dunbar', 'Miller, George', NULL, '1795-01-01 00:00:00', '1823-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (548, NULL, 0, NULL, 0, 'Vice punished, and virtue rewarded; being the history of Mr. Tommy Thoroughgood, and Mr. Francis Froward...', NULL, 'Edinburgh, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (549, NULL, 0, NULL, 0, 'The village curate: an interesting tale', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, '57', 'Illustration on title page.\r\nDated from external evidence.\r\nVariant exists without \'57\' printed beneath the imprint. StEdNL : L.C.2847(7)', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (550, 'Vincent, Henry, Esq. ', 0, NULL, 0, 'The Irish assassin, or The misfortunes of the family of O\'Donnel.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, '77', 'Dated from examination of text and style.\r\n\'77.\' is printed at the foot of the title page.\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (551, NULL, 0, NULL, 0, 'Visits from the world of spirits, being a collection of facts relating to the appearances of ghosts, spectres and apparitions: to which is prefixed, The best cure for imaginary terrors.', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, '1810-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.4, '1', NULL, NULL, '85', NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (552, NULL, 0, NULL, 0, 'A voice from the dead, or, The apparition of William Clarkson, late of Grewel-thorpe in Yorkshire, to William Mann of the above place', NULL, 'Paisley : Caldwell and Son, [n.d.]', 'Paisley', 'Caldwell, George', 'Caldwell, George, junior', '1839-01-01 00:00:00', '1842-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (553, 'Walker, Patrick, 1666?-1745?', 0, NULL, 0, 'Some remarkable passages of the life and death of Mr. Alexander Peden... To which is added, A second part. Containing, thirty new additional passages; likewise an exact copy of a letter from Mr. Peden to the prisoners of Dunnottar Castle... 1685..., [Patrick Walker]', NULL, 'Glasgow : J. & J. Robertson, 1781', 'Glasgow', 'Robertson, John', 'Robertson, James', '1781-01-01 00:00:00', '1781-12-31 00:00:00', '56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (554, 'Walker, Patrick, 1666?-1745?', 0, NULL, 0, 'The life and prophecies of Mr. Alex. Peden, late minister of the Gospel at New Glenluce, Galloway. And his remarkable letter to the prisoners of Dunnottar Castle, July 1685, [Patrick Walker]', NULL, 'Edinburgh : for the booksellers, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'Abridged', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (555, 'Walker, Peter', 0, NULL, 0, 'The life and prophesies of that Faithful Minister of God\'s word, Donald Cargill,... By Peter Walker', NULL, 'Paisley : Printed by John Neilson (Cumberland) for George Caldwell, 1800', 'Paisley', 'Caldwell, George', 'Neilson, John', '1800-01-01 00:00:00', '1800-12-31 00:00:00', '48', 14.8, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (556, NULL, 0, NULL, 0, 'Watty\'s travels to Carslile [sic], in search of a place. To which are added: Will ye go to the Trosachs. Blue bonnets over the Border. Down the burn Davie.', NULL, 'Paisley : Printed by G. Caldwell, 1826', 'Paisley', 'Caldwell, George', NULL, '1826-01-01 00:00:00', '1826-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (557, NULL, 0, NULL, 0, 'Watty\'s wedding, or, The old maiden\'s marriage. To which is added, The answer to Gragal machree, Moll and her mistress, The honest sailor', NULL, 'Falkirk : Printed & sold by T. Johnston, 1817', 'Falkirk', 'Johnston, Thomas', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at foot of p. 8 reads : Falkirk- T. Johnston, Printer.- 1817.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (558, NULL, 0, NULL, 0, 'The webster of Brichen\'s mare, an old merry song. To which is added, Fee him, Father, fee him, and A real love song', NULL, 'Falkirk : Printed by T. Johnston, 1815', 'Falkirk', 'Johnston, Thomas', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (559, 'Welch, John', 0, NULL, 0, 'A cry to the whole earth. A sermon, preached... by... John Welch...', NULL, 'Stirling : M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (560, 'Whalley, John', 0, NULL, 0, 'Doctor John Whaley\'s strange and wonderful prophecy for... 1721...', NULL, 'Dublin, 1721', 'Dublin', NULL, NULL, '1721-01-01 00:00:00', '1721-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Reprinted in Glasgow', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (561, NULL, 0, NULL, 0, 'What a beau my granny was, To which are added, Ca\' the ewes to the knows [by Burns], Toby Philpot, Hey how, Johny lad, The lass of Peaty\'s mill [by Allan Ramsay], The days o\' lang syne', NULL, 'Dunbar : by G. Miller, 1800', 'Dunbar', 'Miller, George', NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (562, NULL, 0, NULL, 0, 'When late I wander\'d. To which are added, Poor Maudlin. The Scotch shepherd [and others]', NULL, 'Stirling : M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'The Scotch shepherd = My Nannie O, by Burns', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (563, NULL, 0, NULL, 0, 'When the wars are all o\'er. To which are added, The farmer and lace-merchant. The old man\'s wish. Colin and Phoebe', NULL, '[Stirling] : by M. Randall, [n.d.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.7, '1', NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (564, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The whole proceedings of Jockey and Maggy\'s courtship; with the great diversion that ensued at their bedding. In three parts', NULL, '[Paisley] : Printed for the booksellers, 1823', 'Paisley', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '24', 14.2, '1', NULL, NULL, NULL, 'Attributed to Dougal Graham.\r\nWoodcut on title page.\r\nPlace of publication from external evidence.', 'Fairley 23', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (565, NULL, 0, NULL, 0, 'The whole proceedings of Jocky and Maggy\'s courtship with the great diversion that ensued at their bedding. In three parts.', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1855-12-31 00:00:00', '24', 13.4, '1', NULL, NULL, '113', NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (566, NULL, 0, NULL, 0, 'The whole proceedings of Jocky and Maggy: in five parts...', NULL, '[S.l.] : [s.n.], [n.d.]', NULL, NULL, NULL, NULL, NULL, '48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (567, NULL, 0, NULL, 0, 'The whole prophecies of Scotland, England, Ireland, France, and Denmark. Prophecied by Thomas Rymer. Marvellous Merling, Beid, Berlington, Waldhave, Eltrain, Bannester, and Sybilla... (Copied from the Edinburgh edition, 1683). To which are now added, Bishop Usher\'s Wonderful prophecies of the times... (Copied from the London edition, 1689)', NULL, 'Edinburgh : by J. Robertson, [1822?]', 'Edinburgh', NULL, NULL, NULL, NULL, '48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (568, NULL, 0, NULL, 0, 'The wanton wife of Bath. A curious old ballad. From an ancient copy in black-print', NULL, 'Peterhead : Printed by P. Buchan, [1816-1831?] ', 'Peterhead', 'Buchan, Peter', NULL, '1816-01-01 00:00:00', '1831-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nAnonymous ballad based on Chaucer\'s tale of The wife of Bath.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (569, NULL, 0, NULL, 0, 'The wife of Beith: being an allegorical dialogue. Containing nothing but what is recorded in Scripture.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, '49', 'Dated from examination of text and style.\r\nIllustration on title page.\r\n\'49\' is printed at the foot of the title page.\r\nIn verse.\r\nThere is a variant with a full stop after \'49\', and one with with \'2 R\' printed at the foot of the title page. StEdNL : H.17.d.56(6); also one with nothing printed below imprint.\r\nBased on the tale by Geoffrey Chaucer.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (570, NULL, 0, NULL, 0, 'The wife of Beith. Reformed and corrected. Giving an account of her death, of her journey to Heaven... The whole being an allegorical conversation...', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (571, NULL, 0, NULL, 0, 'The wife of Beith reformed and corrected', NULL, 'Stirling : Printed and sold by M. Randall, [1813-1820?] ', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 12.6, '0', NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nBased on the tale by Geoffrey Chaucer.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (572, NULL, 0, NULL, 0, 'The wife of Beith, with a description of her journey to Heaven', NULL, '[S.l.] : Printed for the booksellers, [18--]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (573, NULL, 0, NULL, 0, 'The wife of Beith; with a description of her journey to heaven', NULL, 'Falkirk : for the booksellers, [18--]', 'Falkirk', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'An anonymous ballad suggested by Chaucer\'s tale of The wife of Bath', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (574, 'Wilcocks, Thomas', 0, NULL, 0, 'A choice drop of honey from the rock Christ: or, A short word of advice to all saints and sinners. By Thomas Wilcocks', 'The forty-third edition', 'Glasgow : by John Bryce, 1777', 'Glasgow', NULL, NULL, '1777-01-01 00:00:00', '1777-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (575, 'Wilson, Alexander, 1766-1813', 0, NULL, 0, 'Rab and Ringan. A tale. To which is added, Verses, occasioned by seeing two men sawing timber, in the open field, in defiance of a furious storm. By Alexander Wilson, author of the American ornithology', NULL, 'Paisley : Printed for G. Caldwell, 1827', 'Paisley', 'Caldwell, George', NULL, '1827-12-01 00:00:00', '1827-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (576, 'Wilson, Alexander, 1766-1813', 0, NULL, 0, 'Watty & Meg; or, The wife reformed. Owere true a tale', NULL, 'Paisley : Printed by G. Caldwell & Co., 2 New St., [1860-1865?] ', 'Paisley', 'Caldwell, George', NULL, '1860-01-01 00:00:00', '1865-12-31 00:00:00', '8', 13.9, '2', NULL, NULL, NULL, 'In verse.\r\nDated from examination of text and style and the Scottish Book Trade Index.\r\nAttributed to Alexander Wilson.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (577, NULL, 0, NULL, 0, 'An elegy in memory of that valiant champion, Sir R. Grierson, late Laird of Lag, who died Dec. 23d, 1733. Wherein the Prince of Darkness commends many of his best friends, who were the chief managers of the late persecution.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.4, '1', NULL, NULL, '142', 'Dated from examination of text and style.\r\n\'142.\' is printed at the foot of the title page.\r\nThere is a variant with \'2 c\' printed at the foot of the title page. StEdNL : Hall.224.h.4(19).\r\nIllustration on title page.\r\nIn verse.\r\nVariously attributed to W', NULL, 0, 'Grierson, Robert, Sir.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (578, 'Wilson, William', 0, NULL, 0, 'An elegy in memory of that valiant champion, Sir Robert Grierson, late Laird of Lag; or, The Prince of Darkness, his lamentation for... the Laird of Lag..., [William Wilson]', NULL, 'Falkirk : by T. Johnston, 1823', 'Falkirk', 'Johnston, Thomas', NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (579, NULL, 0, NULL, 0, 'The witty and entertaining exploits of George Buchanan, who was commonly called, the King\'s fool. In six parts, complete. To which is added, several entertaining jests', NULL, 'Falkirk, 1795', 'Falkirk', NULL, NULL, '1795-01-01 00:00:00', '1795-12-31 00:00:00', '32', 15, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (580, NULL, 0, NULL, 0, 'The witty and entertaining exploits of George Buchanan. Who was commonly called the king\'s fool... To which is added, Several witty and entertaining jests', NULL, 'Stirling : Printed and sold by C. Randall, 1810', 'Stirling', 'Randall, Charles', NULL, '1810-01-01 00:00:00', '1810-12-31 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, 'Attributed to Dougal Graham.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (581, NULL, 0, NULL, 0, 'The witty and entertaining exploits of George Buchanan, commonly called the King\'s fool. In two parts', NULL, 'Glasgow : Published by J. Lumsden & Son, 1822', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1822-01-01 00:00:00', '1822-12-31 00:00:00', '24', 13.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nAt end of text on p. 24 reads : J. Neilson, printer.', 'Roscoe & Brimmell, no. 171.', 0, 'Buchanan, George, 1506-1582.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (582, 'Wolcott, John', 0, NULL, 0, 'A poetical epistle to the Pope. By Peter Pindar, esq., [John Wolcott]', NULL, 'Glasgow : Printed for and sold by Stewart & Meikle, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, 'Price one penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (583, 'Wolcott, John', 0, NULL, 0, 'A poetical epistle to the Pope. By Peter Pindar, esq., [John Wolcott]', NULL, 'Glasgow : Stewart & Meikle, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (584, 'Wolcott, John', 0, NULL, 0, 'The royal sheep. A tale. By Peter Pindar. To which is added The Adventures of Young Whipstitch. A tale, [John Wolcott]', NULL, 'Glasgow : Stewart & Meikle, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (585, NULL, 0, NULL, 0, 'The woman\'s spleen abated: or, A little labour well bestowed, in quelling the rage and fury of a scold. Performed by Peter Painter...', NULL, 'Glasgow : Printed by Robert Sanders, 1716', 'Glasgow', 'Sanders, Robert', NULL, '1716-01-01 00:00:00', '1716-12-31 00:00:00', '12', NULL, NULL, NULL, NULL, NULL, '12mo', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (586, NULL, 0, NULL, 0, 'The woodman; to which are added, The galley slave, I\'m weel sair\'d wi\' spunk, Jock of Hazeldean, William\'s farewell, Jenny the maid of the moor, Oh! lady fair', NULL, 'Stirling : Printed and sold, wholesale and retail, by W. Macnie, bookseller, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (587, NULL, 0, NULL, 0, 'The woodpecker; to which are added, Maggy Lauther. Flowers of the forest. The lover\'s chain', NULL, 'Stirling : Printed W. Macnie, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (588, NULL, 0, NULL, 0, 'The wrongs of the widow & fatherless justly punished', NULL, 'Glasgow : by T. Duncan, [n.d.]', 'Glasgow', 'Duncan, Thomas', NULL, '1801-01-01 00:00:00', '1827-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Cap. Tit', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (589, NULL, 0, NULL, 0, 'The year that\'s awa\', Waes me for Prince Charlie, A man without a wife, Blythe, blythe, an\' merry are we, The Irish farmer, Kelvin Grove, The dashing white sergeant.', NULL, 'Glasgow : Printed for the booksellers, 1829', 'Glasgow', NULL, NULL, '1829-01-01 00:00:00', '1829-12-31 00:00:00', '8', 11, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nThe year that\'s awa\' : Set to music by Moore.\r\nWaes me for Prince Charlie : Tune - Bonnie House o\' Airley.\r\nA man without a wife : Air - My eye and Betty Martin, o.\r\nThe Irish farmer : Tune - Sir John Scot\'s favourite.', NULL, 0, 'Charles Edward, Prince, grandson of James II, King of England, 1720-17', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (590, NULL, 0, NULL, 0, 'Young Allan; to which are added, Highland Harry. The recruit\'s fareweel. Bonny Leslie', NULL, 'Stirling : by W. Macnie, 1823', 'Stirling', 'Macnie, William', NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (591, NULL, 0, NULL, 0, 'Young Bateman\'s ghost! and The Chevalier\'s lament after the Battle of Culloden', NULL, 'Falkirk : Printed by T. Johnston, 1817', 'Falkirk', 'Johnston, Thomas', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', 11.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nYoung Bateman\'s ghost : Tune - Flying fame.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (592, NULL, 0, NULL, 0, 'Young Biechan, and Susie Pye. To which is added, The poor sailor boy', NULL, 'Edinburgh : Printed by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (593, NULL, 0, NULL, 0, 'The coalman\'s courtship to the creel-wife\'s daughter. In three parts...', NULL, 'Stirling : by W. Macnie, [182-]', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Attributed to Dougal Graham.', 'Fairley 50', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (594, NULL, 0, NULL, 0, 'Young Gregor\'s ghost. In three parts. To which is added, Gloomy December', NULL, 'Edinburgh : by J. Morren, [n.d.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Gloomy December, by Burns', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (595, NULL, 0, NULL, 0, 'Young Grigor\'s ghost! To which is added, Wandering Willie', NULL, 'Glasgow : T. Duncan, [n.d.]', 'Glasgow', 'Duncan, Thomas', NULL, '1801-01-01 00:00:00', '1827-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (596, NULL, 0, NULL, 0, 'Young Lochinvar; to which are added, The rose of Dunmore, Scottish whisky, Blythe was she but and ben, Sleeping Maggie, Shepherds, I have lost my love.', NULL, 'Glasgow : Printed for the booksellers, 1828', 'Glasgow', NULL, NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (597, 'Dewar, Neil', 0, NULL, 0, 'Affecting narrative of the extreme personal sufferings of Neil Dewar (who has lost both his legs and arms,) sometime seaman out of Greenock, but late of the schooner Rebecca of Quebec, wrecked on the coast of Labradore, 20th November 1816, and of the painful enterprises and death of Captain Maxwell and crew, belonging to the said schooner Rebecca.', 'Second edition, with aditions [sic]', 'Second edition... . Glasgow : Printed by William Lang, 62, Bell-Street, 1822. Price sixpence.', 'Glasgow', 'Lang, William', NULL, '1822-01-01 00:00:00', '1822-12-31 00:00:00', '12', 14.3, '1', 'Price sixpence', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (598, NULL, 0, NULL, 0, 'Aladdin; or, The wonderful lamp. An eastern tale', NULL, 'Glasgow : Printed for the booksellers, [ca. 1850] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nDated from examination of text and style.\r\n\'5.\' is printed at the foot of the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (599, NULL, 0, NULL, 0, 'Bailie Nicol Jarvie\'s song book', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', 'Cameron, George?', NULL, '1830-01-01 00:00:00', '1860-12-31 00:00:00', '36', 11.6, '1', 'Price one penny.', NULL, NULL, 'Blue inked white paper cover with picture', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (600, NULL, 0, NULL, 0, 'The Battle of Roslin, fought on the Plains of Roslin, 1303, and John Highlandman\'s remarks on Glasgow', NULL, 'Glasgow : Printed for the booksellers, 1806', 'Glasgow', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (601, NULL, 0, NULL, 0, 'The new pictorial Bible', NULL, 'Glasgow : Printed for the booksellers, [ca. 1850?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.3, 'probably 45 (incl. missing pages)', NULL, NULL, '40', 'Illustration on title page.\r\nDated from examination of text and style.\r\n\'40.\' is printed at the foot of the title page.\r\nThere is a variant with \'2 M\' printed at the foot of the title page. StEdNL : H.17.d.56(1).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (602, NULL, 0, NULL, 0, 'The history of the Bible, a selection of the most interesting stories, incidents and narratives, from the Old and New Testament', NULL, 'Glasgow : Printed for the booksellers, 1851', 'Glasgow', NULL, NULL, '1851-01-01 00:00:00', '1851-12-31 00:00:00', '24', 13.1, '9', 'One penny', 'New and improved series, no. 89', NULL, 'Woodcuts.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (603, NULL, 0, NULL, 0, 'The black-bird songster: being a choice selection of the most popular songs', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'Woodcut. - no. 140', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (604, NULL, 0, NULL, 0, 'The blaeberry courtship, and The turtle dove, or True lover\'s farewell. Two humorous songs', NULL, 'Falkirk : Printed by T. Johnston, 1813', 'Falkirk', 'Johnston, Thomas', NULL, '1813-01-01 00:00:00', '1813-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (605, NULL, 0, NULL, 0, 'Bonnie Baby Livingstone; to which is added The twa martyrs\' widows', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, '78', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'78.\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (606, NULL, 0, NULL, 0, 'Bonny Jean; to which are added, Tweedside. Although my Meg\'s gi\'en me the bag. Samuel Macaree\'s ghaist', NULL, 'Stirling : Printed by W. Macnie, 1824', 'Stirling', 'Macnie, William', NULL, '1824-01-01 00:00:00', '1824-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (607, NULL, 0, NULL, 0, 'Bonny Prince Charlie\'s song book', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'No. 91', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (608, NULL, 0, NULL, 0, 'The British humourist: a choice collection of popular comic songs', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.4, '1', NULL, NULL, '67', 'Dated from examination of text and style.\r\n\'67.\' is printed at the foot of the title page.\r\nIllustration on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (609, 'Bruce, Michael, 1746-1767', 0, NULL, 0, 'The old Scottish tragical ballad of Sir James the Rose, [Michael Bruce]', NULL, '[Fintray] : Printed for the booksellers, [1870-1885?] ', 'Fintray', NULL, NULL, '1870-01-01 00:00:00', '1885-12-31 00:00:00', '8', 11, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nPlace of publication from external evidence. Dated from the Scottish Book Trade Index and external evidence.\r\nThe first verse of the song also appears on the title page.\r\nThe typeface on the title page differs from copy at L.C.2830(7).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (610, 'Burns, Robert, 1759-1796', 0, NULL, 0, 'Burns\' songs. No. 1', NULL, 'Glasgow : Printed for the booksellers, [ca.1840]', 'Glasgow', NULL, NULL, NULL, NULL, '23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (611, 'Burns, Robert, 1759-1796', 0, NULL, 0, 'Robert Burn\'s [sic] song-book. Being a collection of the most favourite Scots songs', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'No. 138', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (612, NULL, 0, NULL, 0, 'The celebrated history of the renowned Robin Hood, the merry outlaw of Sherwood Forest. To which is added The professor of signs.', NULL, 'Glasgow : Printed for the booksellers, [ca. 1850?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.6, '1', NULL, NULL, '23', 'Dated from examination of text and style.\r\nIllustration of stag on title page.\r\n\'23\' is printed at the foot of the title page.\r\nThe text on p. [3] varies slightly from the item placed at StEdNL : L.C.2852.A(27), which also has a full stop after the \'23\' at the foot of the title.\r\nThere is another variant without \'23\'. Both these also have a significant variation in the text at the bottom of p. [3].', NULL, 0, 'Robin Hood (Legendary character)', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (613, NULL, 0, NULL, 0, 'The celebrated Scottish song of Tullochgorum [by John Skinner]; to which are added Roy\'s wife, and Braw lads on Yarrow braes', NULL, '[Fintray] : Printed for the booksellers, [1870-1885?] ', 'Fintray', NULL, NULL, '1870-01-01 00:00:00', '1885-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nPlace of publication from external evidence. Dated from the Scottish Book Trade Index and external evidence.\r\nContains musical score: treble clef vocal lines in standard notation.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (614, NULL, 0, NULL, 0, 'The comic reciter; a selection of the best and most popular comic pieces for recitation', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, 'Price one penny', 'New and improved series, no. 11', NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (615, NULL, 0, NULL, 0, 'The complete letter writer; or, Whole art of polite correspondence...', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, '55', 'Dated from examination of text and style.\r\n\'55.\' is printed at the foot of the title page.\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (616, NULL, 0, NULL, 0, 'A copy of a remarkable prophecy, relative to the present times... Lacy\'s singular prophecy, concerning the French Revolution, Lacy\'s preface, and a prophecy, found in the sepulchre of Bishop Cristianus Ageda... predicting the present calamities in France', NULL, 'Dunbar : G. Miller, [ca.1800]', 'Dunbar', 'Miller, George', NULL, '1795-01-01 00:00:00', '1823-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (617, NULL, 0, NULL, 0, 'The Coronation. The missletoe bough. Billy O\'Rourke. The friar of orders gray. Dumbarton\'s bonnie dell', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, '60', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'60.\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (618, NULL, 0, NULL, 0, 'Dreadful narrative of the loss of the Kent East-Indiaman, by fire...', NULL, 'Montrose : Printed by James Watt, [1840-1850?] ', 'Montrose', 'Watt, James', NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Illustration on title page.\r\nIn prose and verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (619, NULL, 0, NULL, 0, 'The Dublin lads\' penny comic song book', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', 'Cameron, George?', NULL, '1930-01-01 00:00:00', '1860-12-31 00:00:00', '40', 12.2, '1', 'penny', NULL, NULL, 'Green inked white paper wrap-around cover with illustration. Inside page numbers run 41-76.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (620, NULL, 0, NULL, 0, 'Christ on the cross suffering for sinners : to which is added two godly songs', NULL, '[S.l.] : Printed in the year 12748', NULL, NULL, NULL, '1748-01-01 00:00:00', '1748-12-31 00:00:00', '16', 10.1, '1', NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (621, NULL, 0, NULL, 0, 'The Elocutionist; a choice selection of the most popular poems for recitation', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, '70', 'Dated from examination of text and style.\r\n\'70.\' is printed at the foot of the title page.\r\nIn verse.\r\nIllustration on title page.\r\nTable of contents on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (622, NULL, 0, NULL, 0, 'The English minstrel: containing a selection of the most popular songs of England. No. I', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, 'Price one penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (623, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'Entertaining history of John Cheap the Chapman...', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.9, '1', NULL, NULL, '58', 'Illustration on title page.\r\nDated from external evidence.\r\nAnonymous: attributed to Dougal Graham.\r\n\'58.\' printed beneath the imprint.\r\nThere is a variant with \'G\' printed beneath the imprint. StEdNL : Hall.224.h.4(11).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (624, NULL, 0, NULL, 0, 'Lilly\'s new Erra-Pater. Or, A prognostication for ever... With most excellent and approved rules for preserving the body in health. To which is added, sundry... observations in husbandry...', NULL, 'Glasgow : Printed by Robert Sanders, 1701', 'Glasgow', 'Sanders, Robert', NULL, '1700-01-01 00:00:00', '1700-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (625, 'Erskine, Ebenezer, 1680-1754', 0, NULL, 0, 'The plant of renown: being two sermons, preached by the Rev. Ebenezer Erskine, late Minister of the Gospel in Stirling.', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, '1810-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '1', NULL, NULL, '135', NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (626, NULL, 0, NULL, 0, 'The family receipt book; a selection of receipts, advices, and directions, relative to housekeeping, cleaning, &c., from the most approved sources', NULL, 'Glasgow : Printed for the booksellers, 1850 ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, NULL, 'Price one penny.', 'New and improved series, no. 9', NULL, 'Table of contents on p. [2].', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (627, NULL, 0, NULL, 0, 'The famous exploits of Robin Hood, Little John, and his merry men all. Including an account of his birth, education, and death.', NULL, 'Edinburgh : Published by R. Martin, Brown Street, 1846. MDCCCXLVI.', 'Edinburgh', 'Martin, R.', NULL, '1846-01-01 00:00:00', '1846-12-31 00:00:00', '24', 14, '1', NULL, NULL, NULL, 'Woodcut', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (628, NULL, 0, NULL, 0, 'Female policy detected. Or, The arts of designing women, laid open', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.1, '2', NULL, NULL, NULL, 'Dated from examination of text and style.\r\nIllustration on title page\r\n\'124.\' is printed at the foot of the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (629, 'Fleetwood, John', 0, NULL, 0, 'The life and voyages of the Apostle Paul, [John Fleetwood]', NULL, 'Glasgow : Printed for the booksellers, 1851', 'Glasgow', NULL, NULL, '1851-01-01 00:00:00', '1851-12-31 00:00:00', '24', 12.9, '1', 'One penny', 'New and improved series, no. 91', NULL, 'Illustration on title page.', NULL, 0, 'Paul, the Apostle, Saint.\r\nPaul, the Apostle, Saint Journeys.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (630, NULL, 0, NULL, 0, 'The flower of Caledonia. To which is added Kirriemuir wedding. Begone dull care. Touch on the times. The Methodist parson.', NULL, 'Edinburgh : Printed by Sanderson & Co., No 252, High Street, 1817.', 'Edinburgh', 'Sanderson & Co.', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', 11.6, '1', NULL, NULL, NULL, 'Woodcut', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (631, 'Forbes, William, Schoolmaster', 0, NULL, 0, 'The dominie depos\'d, or, Some reflections on his intrigue with a young lass, and what happened thereupon. Intermix\'d with advices to all precentors and dominies. With the sequel, by William Forbes, A.M. late schoolmaster at Petercoulter, Aberdeenshire.', NULL, 'Falkirk : Printed and sold by T. Johnston, [n.d.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '24', 14, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (632, 'Forbes, William, Schoolmaster', 0, NULL, 0, 'The dominie deposed, with the sequel... To which is added Maggy Johnston\'s elegy, [William Forbes]', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?]', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Dated from examination of text and style.\r\n\'0\' printed at the foot of the title page.\r\nThere is a variant with \'141\' printed at the foot of the title page. StEdNL : L.C.2852.F(20).\r\nIllustration on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (633, NULL, 0, NULL, 0, 'The fortune-teller; a universally approved guide to the future, by which all may learn the particulars of their future history', NULL, 'Glasgow : Printed for the booksellers, 1855', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, 'Price one penny', 'New and improved series, no. 5.', NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (634, NULL, 0, NULL, 0, 'A new song called William and Nancy. : To which are added, A weaver\'s song; and The long lost child', NULL, '[S.l.] : Printed in the year 1827', NULL, NULL, NULL, '1827-01-01 00:00:00', '1827-12-31 00:00:00', '[8]', 12.8, '1', NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (635, 'Franklin, Benjamin, 1706-1790', 0, NULL, 0, 'The art of swimming rendered easy; with directions to learners, [Benjamin Franklin]. To which is prefixed, Advice to bathers', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page. - No. 81', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (636, NULL, 0, NULL, 0, 'The tragical history of Gill Morice, an ancient ballad.', NULL, '[Fintray] : Printed for the booksellers, [1870-1885?] ', 'Fintray', NULL, NULL, '1870-01-01 00:00:00', '1885-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nPlace of publication from external evidence. Dated from the Scottish Book Trade Index and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (637, NULL, 0, NULL, 0, 'The banks of Clady. : To which are added, Aristippus\'s rules. Billy & Nancy\'s kind parting. Nottingham ale. Paul and Nanny. The batchelor deceived. Oh no, my love, no! The neat little cottage.', NULL, 'Glasgow : Printed by J. & M. Robertson, (No. 20) Saltmarket, 1809', 'Glasgow', 'Robertson, J.', 'Robertson, M.', '1809-01-01 00:00:00', '1809-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (638, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The miseries of poor simple innocent silly Tam. [Dougal Graham]', NULL, '[Edinburgh, n.d.]', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1840-12-31 00:00:00', '8', 13.3, NULL, NULL, NULL, NULL, 'No cover/title page. Type size reduced for last 3 pages (approx 10pt? to 7-8 pt)', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (639, NULL, 0, NULL, 0, 'Grinning made easy; or, Funny Dick\'s unrivalled collection of jests, jokes, bulls, epigrams &c. With many other descriptions of wit and humour.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '1', NULL, NULL, '74', 'Dated from examination of text and style.\r\n\'74.\' is printed at the foot of the title page.\r\nThere is a variant with \'T\' printed at the foot of the title page. StEdNL : Hall.224.h.4(9).\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (640, 'Gwinnett, Ambrose', 0, NULL, 0, 'The life and unparalleled adventures of Ambrose Gwinnett; ... Written by himself.', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, '1820-01-01 00:00:00', '1860-12-31 00:00:00', '24', 13.7, '1', NULL, NULL, '5', NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (641, 'Gwinnett, Ambrose', 0, NULL, 0, 'The life and unparalleled adventures of Ambrose Gwinnett... written by himself', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, 'New & improved series no. 21', NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (642, NULL, 0, NULL, 0, 'The history of Beauty and the Beast', NULL, 'Glasgow : Published by Francis Orr & Sons, [n.d.]', 'Glasgow', 'Orr, Francis', 'Orr (sons of Francis)', '1835-01-01 00:00:00', '1847-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, '24 p. [misnumbered 34]. - The title page states that this is \"embellished with coloured engravings\" but in fact it has no illustrations', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (643, NULL, 0, NULL, 0, 'The history of Blue Beard', NULL, 'Glasgow : Printed for the booksellers, 1852', 'Glasgow', NULL, NULL, '1852-01-01 00:00:00', '1852-12-31 00:00:00', '24', 13.1, '12', 'One penny', 'New and improved series no. 42.', '42', 'Illustration on title page.\r\nP. [24] consists of a one-page advertisment for other titles in this, and other series.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (644, NULL, 0, NULL, 0, 'History of Fair Rosamond, otherwise Eleanor Clifford; and her royal paramour, Henry the Second, King of England...', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, '92', 'Dated from examination of text and style.\r\n\'92.\' is printed at the foot of the title page.\r\nIllustration on title page.\r\nIn prose and verse.\r\nThere is a variant with \'ix. 3\' printed bottom right of the title page. StEdNL : Mas.618(8).', NULL, 0, 'Clifford, Rosamond.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (645, NULL, 0, NULL, 0, 'The history of John Brown of Priesthill, commonly called the Christian carrier, who was murdered by the bloody Claverhouse.', NULL, 'Edinburgh : Printed & published by J. Brydone, South Hanover Street, [1839-1858?] ', 'Edinburgh', 'Brydone, J.', NULL, '1839-01-01 00:00:00', '1858-12-31 00:00:00', '24', 13.9, '1', NULL, NULL, '4', 'Woodcut on title page.\r\nDated from period of activity of publisher.\r\nNo. 4 of a series of numbered chapbooks.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (646, NULL, 0, NULL, 0, 'The history of Master Jackey and Miss Harriot', NULL, 'Glasgow : Published by A. Paterson, [ca.1820]', 'Glasgow', 'Paterson, A.', NULL, '1810-01-01 00:00:00', '1835-12-31 00:00:00', '16', NULL, NULL, NULL, 'A toy book', NULL, 'Woodcuts.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (647, NULL, 0, NULL, 0, 'The history of the Empress Josephine, the consort of Napoleon Bonaparte', NULL, 'Edinburgh : Printed & published by J. Brydone, South Hanover Street, [1839-1858?] ', 'Edinburgh', 'Brydone, J.', NULL, '1839-01-01 00:00:00', '1858-12-31 00:00:00', '24', 13.8, '1', NULL, NULL, '3', 'Woodcut on title page.\r\nDated from period of activity of publisher.\r\nNo. 3 of a series of numbered chapbooks.', NULL, 0, 'Josephine, Empress, consort of Napoleon I, Emperor of the French, 1763', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (648, NULL, 0, NULL, 0, 'History of the Kings and Queens of Scotland and England; from the reign of James the first to Victoria... Part II', NULL, 'Glasgow : Printed for the booksellers, [ca. 1845?] ', 'Glasgow', NULL, NULL, '1845-01-01 00:00:00', '1845-12-31 00:00:00', '24', 12.8, '14', NULL, NULL, '134', 'Dated from internal evidence.\r\n\'134 .\' is printed at the foot of the title page.\r\nThere is a variant with \'ix. 2\' printed bottom right of the title page. StEdNL : Mas.618(15).\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (649, NULL, 0, NULL, 0, 'The history of the wicked life and horrid death of Dr. John Faustus...', NULL, 'Edinburgh : Printed for the booksellers, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (650, NULL, 0, NULL, 0, 'The history of the yellow dwarf', NULL, 'Glasgow : Printed for the booksellers, 1852', 'Glasgow', NULL, NULL, '1852-01-01 00:00:00', '1852-12-31 00:00:00', '24', 13.1, '12', 'Price one penny.', 'New and improved series, no. 47.', '47', NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (651, 'Hogg, James, 1770-1835 ', 0, NULL, 0, 'The long pack; or, A shot with Copenhagen... Also... The dreadful story of Macpherson, [James Hogg]', NULL, 'Kilmarnock : Printed by H. Crawford, bookseller, 1827', 'Kilmarnock', 'Crawford, Hugh', NULL, '1827-01-01 00:00:00', '1827-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (652, NULL, 0, NULL, 0, 'The Irish minstrel: containing a selection of the most popular songs of Ireland. No. 1', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'Price one penny', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (653, 'Jones, Andrew', 0, NULL, 0, 'The black book of conscience: or, God\'s great and high court of justice in the soul. Wherein the truth and sincerity, the deceit and hypocrisy of every man\'s heart and ways, and judged and discovered by theor consciences. Very seasonable for these times wherin wicked men, under pretence of liberty of conscience, take liberty to sin and blaspheme. The 29th edition.', '29', 'Edinburgh : Printed and sold in Pearson\'s Close, opposite to the Cross, North-side ... MDCCLXVI.', 'Edinburgh', NULL, NULL, '1766-01-01 00:00:00', '1766-12-31 00:00:00', '16', 14.5, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (654, NULL, 0, NULL, 0, 'The juvenile prayer-book, containing a selection of prayers for children, from two to twelve years of age. With graces before and after meat', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, 'New & improved series, no. 81', NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (655, NULL, 0, NULL, 0, 'The King\'s daughter; together with Catherine Johnstone', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, '77', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'77.\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (656, NULL, 0, NULL, 0, 'The life and adventures of Robin Hood.', NULL, 'Glasgow : Printed for the booksellers, 1855', 'Glasgow', NULL, NULL, '1855-01-01 00:00:00', '1855-12-31 00:00:00', '24', 13.1, '11', 'One penny', 'New and improved series no. 34.', '34', 'Illustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (657, NULL, 0, NULL, 0, 'The life of Africaner, the terror of the Cape of Good Hope', NULL, 'Edinburgh : Printed & published by J. Brydone, South Hanover Street, [1839-1858?] ', 'Edinburgh', 'Brydone, J.', NULL, '1839-01-01 00:00:00', '1858-12-31 00:00:00', '24', 13.9, '1', NULL, NULL, '13', 'Woodcut on title page.\r\nDated from period of activity of publisher.\r\nNo. 13 of a series of numbered chapbooks.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (658, NULL, 0, NULL, 0, 'The life of King Robert Bruce', NULL, 'Glasgow : Printed for the booksellers, 1852', 'Glasgow', NULL, NULL, '1852-01-01 00:00:00', '1852-12-31 00:00:00', '24', 12.5, '1', 'One penny', 'New and improved series, no. 38', NULL, 'Illustration on title page.', NULL, 0, 'Robert I, King of Scots, 1274-1329', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (659, NULL, 0, NULL, 0, 'Lord Nelson', NULL, 'Glasgow : Published by James Watt, [n.d.]', 'Glasgow', 'Watt, James', NULL, '1820-01-01 00:00:00', '1852-12-31 00:00:00', '16', 13.7, '7', 'one penny', 'Watt\'s Penny Library', NULL, 'Pink printed wrapper appears to possibly have been pasted onto inner 12-page book. Same woodcut used on cover and first inside page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (660, NULL, 0, NULL, 0, 'The life of our Blessed Lord and Saviour, Jesus Christ...', NULL, 'Glasgow : Printed for the booksellers, 1851', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, 'Price one penny.', 'New and improved series, no. 90', NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (661, NULL, 0, NULL, 0, 'The life of the celebrated Scottish patriot Sir Wm. Wallace. Containing An account of his wonderful exploits, and his battles with the English, &c., &c.', NULL, 'Glasgow : Printed for the booksellers, 1852', 'Glasgow', NULL, NULL, '1852-01-01 00:00:00', '1852-12-31 00:00:00', '24', 12.6, '1', 'One penny', 'New and improved series', '36', 'Illustration on title page.', NULL, 0, 'Wallace, William, Sir, d. 1305.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (662, NULL, 0, NULL, 0, 'Daniel O\'Rourke\'s wonderful voyage to the moon. Also, Master and man; or, The adventures of Billy MacDaniel, [William Maginn]', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, '51', 'Dated from external evidence.\r\nIllustration on title page.\r\n\'51\' printed beneath the imprint.\r\nThere is a variant with \'D\' printed beneath the imprint. StEdNL : Hall.224.h.4(18).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (663, NULL, 0, NULL, 0, 'The merry tales of the wise men of Gotham', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'No. 110', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (664, NULL, 0, NULL, 0, 'The new comic vocalist', NULL, 'Glasgow : John S. Marr, 194 Buchanan Street. [n.d.]', 'Glasgow', 'Marr, John S.', NULL, '1864-01-01 00:00:00', '1886-12-31 00:00:00', '40', 12.1, '1', 'Price one penny.', 'New series of penny song books', '13', 'Title and contents pages followed by 30 pp. songs, plus 4 pp. advts.in ablue-inked illustrated wraparound cover.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (665, NULL, 0, NULL, 0, 'The new minstrel: a collection of popular songs', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, '12', 'Dated from examination of text and style.\r\nIllustration on title page.\r\nIn verse.\r\n\'12\' is printed at the foot of the title page.\r\nTable of contents on p. [24].', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (666, NULL, 0, NULL, 0, 'The new scrap-book. A selection of choice bon mots, Irish blunders, rapartees, anecdotes, &c', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, '37', 'Illustration on title page.\r\nDated from external evidence.\r\n\'37.\' printed to the left of the imprint. StEdNL : L.C.2852.B(11).\r\nVariant has \'33\' printed at the foot of the title page. StEdNL : [Ao].8/3.1(8), L.C.2852.B(6). Another variant is unnumbered. StEdNL : L.C.2847(12).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (667, NULL, 0, NULL, 0, 'Odds and ends, or, A groat\'s-worth of fun for a penny. Being a collection of the best jokes, comic stories, anecdotes, bon mots, &c', NULL, '[Glasgow] : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.9, '1', NULL, NULL, NULL, 'Place of publication and date from external evidence.\r\nIllustration on title page.\r\n\'106\' printed beneath the imprint and type set slightly differently. StEdNL : [Ao].8/3.1(3), L.C.2852.E(9).\r\nVariant has \'P\' printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (668, NULL, 0, NULL, 0, 'The old Scottish ballad of Andrew Lammie; or Mill of Tifty\'s Annie.', NULL, '[Fintray] : Printed for the booksellers, [n.d.]', 'Fintray', NULL, NULL, '1820-01-01 00:00:00', '1860-12-31 00:00:00', '8', 12.9, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (669, 'Lillo, George, 1693-1739', 0, NULL, 0, 'Pathetic history of George Barnwell the London apprentice; who, by keeping company, and following the advice of a woman of the town, was reduced to the lowest pitch of infamy...', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.1, '2', NULL, NULL, '72', 'Dated from examination of text and style.\r\n\'72\' is printed at the foot of the title page.\r\n2 illustrations side by side on title page.\r\nAnonymous. By George Lillo.', NULL, 0, 'Barnwell, George.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (670, NULL, 0, NULL, 0, 'The penny songster. No.XX.', NULL, 'Paisley : Printed by J. Neilson.(Inside : Vol.II.Aberdeen : Published by Lewis Smith. MDCCCXL.', 'Paisley', 'Neilson, John', 'Smith, Lewis (Aberdeen)', '1840-01-01 00:00:00', '1840-12-31 00:00:00', '26', 10.2, '0', 'twopence', '2d Series', '8', 'Page numbering (457-480) and paper differences suggest Neilson printed covers for pages from Smith originally intended for a book.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (671, 'Percy, Thomas', 0, NULL, 0, 'The hermit of Warkworth: a Northumberland tale. In three parts', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'Woodcuts', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (672, NULL, 0, NULL, 0, 'The pleasing art of moneycatching, and the way to thrive, by turning a penny to advantage; with a new method of regulating daily expenses', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (673, NULL, 0, NULL, 0, 'A prayer book for families and private persons... To which are added, Graces for young persons', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, '1800-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.4, NULL, NULL, NULL, '35', '\'35.\' printed below decorative border on title page.\r\nPrinted height of title page: 14.2 cm.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (674, 'Prichard, Samuel', 0, NULL, 0, 'Jachin and Boaz: or The Free Mason\'s catechism. To which is subjoined, the Mason-word', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.9, '1', NULL, 'No. 144', NULL, 'Dated from examination of text and style.\r\n\'144.\' is printed at the foot of the title page.\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (675, 'Ramsay, Allan, 1686-1758', 0, NULL, 0, 'An excellent collection of the best Scotch proverbs, selected by Allan Ramsay', NULL, 'Glasgow : Printed for the booksellers, [ca. 1850] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.9, '1', NULL, NULL, '54', 'Illustration on title page.\r\nDated from examination of text and style.\r\nThere is a variant without \'54\' printed beneath the imprint. StEdNL : L.C.2850.D(22).\r\nThis title page has an illustration of two men standing. This differs from the item placed at [Ao].8', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (676, NULL, 0, NULL, 0, 'The real Virginny melodist', NULL, 'Montrose : sold by James Watt, [n.d.]', 'Montrose', 'Watt, James', NULL, '1820-01-01 00:00:00', '1852-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Woodcuts', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (677, NULL, 0, NULL, 0, 'Reform and Church discipline... to which are added, State of the High Church of Paisley... also, Protest taken at the first election of a Member of Parliament to serve for Paisley, and other political documents...', NULL, '[Paisley] : Printed by Caldwell and Son for R. Smith, 1833', 'Paisley', NULL, NULL, NULL, NULL, '12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (678, NULL, 0, NULL, 0, 'A remarkable family adventure of Saunders Watson. Ghost of Bill Jones. Mysterious murders', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '2', NULL, NULL, '22', 'Dated from external evidence.\r\nIllustration on title page.\r\n\'22.\' printed at the foot of the title page.\r\nThere is a variant without \'22\' printed at the foot of the title page. StEdNL : L.C.2849(12)', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (679, 'Russel, Robert', 0, NULL, 0, 'The saint\'s duty and exercise; or, An earnest invitation to the Throne of Grace. By Robert Russel of Wedhurst in Sussex.', NULL, 'Edinburgh : Printed and sold in Swan-Close, 1750', 'Edinburgh', NULL, NULL, '1750-01-01 00:00:00', '1750-12-31 00:00:00', '16', 15, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (680, NULL, 0, NULL, 0, 'The Scottish minstrel; containing a selection of the most popular songs of Scotland... First series', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, 'Price one penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (681, 'Secker, William, d.1681?', 0, NULL, 0, 'A wedding-ring, fit for the finger: laid open in a sermon, preached at a wedding in St. Edmond\'s, by William Secker, late preacher of the Gospel. Genesis ii. 18. And the Lord God said, It is not good that the man should be alone; I will make him an help meet for him.', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, '1810-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '1', NULL, NULL, '63', NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (682, NULL, 0, NULL, 0, 'The second part of the life of Mr Alexander Peden, late minister of the Gospel at New-Glenluce in Galloway. Containing thirty new additional passages. To which is addeed, An exact copy of a letter from Mr. Alexander Peden to the prisoners of Dunottar Castle in the month of July, 1685, &c. Together with his thoughts on the Covenant of Redemption.', NULL, 'Glasgow : Printed in the year, M,DCC,LXXIV', 'Glasgow', NULL, NULL, '1774-01-01 00:00:00', '1774-12-31 00:00:00', '16', 15.2, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (683, NULL, 0, NULL, 0, 'The select miscellany: a collection of pieces moral, historical, and humourous, by celebrated authors', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (684, NULL, 0, NULL, 0, 'The select miscellany, a collection of pieces moral, historical, and humourous, by celebrated authors', NULL, 'Dalkeith : Printed and sold by David Lyle, [18--]', 'Dalkeith', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'Woodcut', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (685, NULL, 0, NULL, 0, 'The new Valentine writer, or Mirror of love. : A choice selection of the newest Valentine verses and acrostics...', NULL, 'Glasgow : Printed for the booksellers, [18--]', 'Glasgow', NULL, NULL, '1800-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.2, '1', NULL, NULL, '32', '\'32\' printed at foot of title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (686, NULL, 0, NULL, 0, 'The seraphim; a selection of the most popular songs', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.2, '1', NULL, NULL, '11', 'Dated from examination of text and style.\r\nIn verse.\r\nIllustration on title page.\r\n\'11\' is printed at the foot of the title page.\r\nThe navy and the army : Music by Parry.\r\nThe snow-drop : Music by Bishop.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (687, NULL, 0, NULL, 0, 'The shepherdess of the Alps, a very interesting, pathetic, and moral history', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'Woodcut. - no. 97', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (688, NULL, 0, NULL, 0, 'Six favourite songs. Kathleen O\'More. The doctors. Macpherson\'s farewell. Laddie, oh leave me. The death of Nelson. Merry and wise.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, '50', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'50.\' is printed beneath the imprint.', NULL, 0, 'Nelson, Horatio Nelson, Viscount, 1758-1805.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (689, NULL, 0, NULL, 0, 'Six popular songs. The deuks dang o\'er my Daddie. John Anderson, my jo. Fy gar rub her owre with strae. My boy Tammy. An auld man would be wooing. Banks of Allan water', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, '48', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'49.\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (690, NULL, 0, NULL, 0, 'The sleeping beauty of the wood, an entertaining tale', NULL, 'Edinburgh : published by R. Martin, Brown Street. MDCCCXLVI', 'Edinburgh', 'Martin, R.', NULL, '1846-01-01 00:00:00', '1846-12-31 00:00:00', '24', 13.7, '8', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (691, 'Smith, William', 0, NULL, 0, 'The comical history of the King and the cobler; (part first,) containing The entertaining and merry tricks, the droll frolicks, played by the cobler - How he got acquainted with the king, became a great man, and lived at court ever after.', NULL, 'Edinburgh : Printed for the Booksellers in Town and Counry, By R. Menzies, Lawnmarket. [n.d.]', 'Edinburgh', 'Menzies, R.', NULL, '1820-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.1, '1', 'Price threepence', NULL, NULL, 'Woodcut.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (692, NULL, 0, NULL, 0, 'The comical history of Thom Ruby and his social mates; to which is added, Dusty Robb\'s lament, An Irishman\'s certificate, and The excursion of three waggish lads and lassies.', NULL, '[Edinburgh] : Printed for Willie Smith, who lives in Auld Reekie. Price THRIP Pence, 1826.', 'Edinburgh', 'Smith, Willie', NULL, '1826-01-01 00:00:00', '1826-12-31 00:00:00', '20 incl cover', 12.3, '1', '3 pence', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (693, 'Smith, William', 0, NULL, 0, 'The Edinbury gleaner, being a collection of anecdotes, &c. for the amusement of youth. [No.1]', NULL, ' To be published in numbers with a beautiful wood engraving. By W. Smith, Bristo Port, Edina.', 'Edinburgh', 'Smith, W.', NULL, '1820-01-01 00:00:00', '1860-12-31 00:00:00', '16 plus cover and insert sheet', 11.8, '1 [on insert sheet]', '3 pence', NULL, NULL, '16-page book has brown wrap-around printed cover and woodblock-printed oversize insert', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (694, NULL, 0, NULL, 0, 'The song book; a choice selection of songs, duets, and glees, sung at the different places of public amusement. No. II', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'No. 87', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (695, NULL, 0, NULL, 0, 'The song book; a choice selection of songs, duets, and glees sung at the different places of public amusement. No. IV', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'No. 89', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (696, 'Spearing, George', 0, NULL, 0, 'A wonderful account of Mr. George Spearing... who fell into a coal pit... Also, the surprising manner of his deliverance... To which is added, A hymn of praise for his deliverance. Published by himself...', NULL, 'Edinburgh : Printed by R. Menzies, [n.d.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (697, NULL, 0, NULL, 0, 'The spouter\'s companion', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.8, '1', NULL, NULL, '105', 'Dated from examination of text and style.\r\n\'105\' is printed at the foot of the title page.\r\nIllustration on title page.\r\nIn verse.\r\nList of contents on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (698, NULL, 0, NULL, 0, 'Stories of Bewick and Graham. The Berkshire lady\'s garland. And Margaret and the minister', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, '102', 'Dated from examination of text and style.\r\n\'102.\' is printed at the foot of the title page.\r\nIllustration on title page.\r\nIn verse.\r\nThe Berkshire lady\'s garland : Tune - \'The Royal Forester\'.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (699, NULL, 0, NULL, 0, 'Stories of The two drovers, and Countess of Exeter', NULL, 'Glasgow : Printed for the booksellers, [ca. 1850?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '2', NULL, NULL, '38', 'Illustration on title page.\r\nDated from examination of text and style.\r\n\'38\' is printed at the foot of the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (700, NULL, 0, NULL, 0, 'The story of Aladdin, or The wonderful lamp. To which is added, The king and the cobbler', NULL, 'Montrose : Published by James Watt, [n.d.]', 'Montrose', 'Watt, James', NULL, '1820-01-01 00:00:00', '1852-12-31 00:00:00', '32', 9, '14', 'penny', 'Penny books. New & improved series.', '20', 'Outer cover pink, white inner. Full book size approx. 7.5cm wide x 11.8cm deep.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (701, NULL, 0, NULL, 0, 'Story of the bitter wedding', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.4, '2', NULL, NULL, NULL, 'Dated from external evidence.\r\nIllustration on title page.\r\n\'19\' printed at foot of title page.\r\nVariant exists without \'19\' printed at foot of title page. StEdNL : L.C.2849(15)', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (702, NULL, 0, NULL, 0, 'The story teller. The murder discovered. The widow and her son. Encounter with a lion. The soldier\'s wife. The conflict between Grand and M\'Pherson...', NULL, 'Glasgow : Printed for the booksellers, [n.d.]', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page. - No. 80', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (703, NULL, 0, NULL, 0, 'Storys of the three beggars, Soldier\'s wife, Baron Trenk, and Jack Easy', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, '31', 'Dated from external evidence.\r\nIn verse and prose.\r\nIllustration on title page.\r\n\'31\' printed at foot of title page.\r\nVariant exists without \'31\' printed at foot of title page. StEdNL : L.C.2849(11).', NULL, 0, 'Trenck, Friedrich, Freiherr von der, 1726-1794', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (704, NULL, 0, NULL, 0, 'Tales of instruction: in verse and prose. Containing: The hermit, by Parnel [sic]. Content, a vision, by Cotton. The Father & Jupiter, a fable, by Gay. Aparable against persecution by Franklin. And, The Wisdom of Providence: an apologue, from the German of Gellert', NULL, 'Dunbar : G. Miller, [ca.1800]', 'Dunbar', 'Miller, George', NULL, '1795-01-01 00:00:00', '1823-12-31 00:00:00', '24', NULL, NULL, NULL, 'Cheap tracts, calculated to promote the interests of religion, virtue, and humanity. No. XII', NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (705, NULL, 0, NULL, 0, 'A token for mourners. With a selection of Scripture promises, relative to the troubles of life.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '1', NULL, NULL, '112', 'Dated from examination of text and style.\r\n\'112.\' is printed bottom left of the title page.\r\nIllustration on title page\r\nThere is a 4-line verse on the title page.\r\nLast page blank.\r\nPrinted height of title page 14.7 cm.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (706, NULL, 0, NULL, 0, 'The tragical ballad of Lord John\'s murder; together with The cruel brother', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, '79', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'79.\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (707, NULL, 0, NULL, 0, 'Tragical history of Jane Arnold, commonly called Crazy Jane; and Mr. Henry Percival; giving an account of their birth, parentage, courtship, and melancholy end.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, '71', 'Dated from examination of text and style.\r\n\'71.\' is printed at the foot of the title page.\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (708, NULL, 0, NULL, 0, 'Three new songs : viz. 1. The dandy, or exquisite. 2 The companion to the dandy. 3 Up an\' waur them a\', Willie', NULL, '[S.l.] : [s.n.], [18--]', NULL, NULL, NULL, '1800-01-01 00:00:00', '1850-12-31 00:00:00', '8', 13.2, NULL, NULL, NULL, NULL, 'Title at head of text. Prefatory note signed \'W.S.\'', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (709, NULL, 0, NULL, 0, 'The vermin killer; being a complete and necessary family book...', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?]', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.4, '1', NULL, NULL, '39', 'Dated from external evidence.\r\nIllustration on title page.\r\n\'39\' printed at the foot of the title page.\r\nThere is a variant without \'39\' printed at the foot of the title page. StEdNL : L.C.2849(8).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (710, NULL, 0, NULL, 0, 'Some remarkable passages of the life and death of Mr Alexander Peden, late minister of the Gospel at New-Glenluce in Galloway..., [Patrick Walker]', NULL, 'Glasgow : Printed in the year, M, DCC, LXXIV', 'Glasgow', NULL, NULL, '1774-01-01 00:00:00', '1774-12-31 00:00:00', '32', 14.7, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (711, NULL, 0, NULL, 0, 'The wandering young gentlewoman, or The Cat-skins\' garland; in five parts…', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 12.6, '0', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.\r\nPrinted by half-sheet imposition.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (712, 'Watts, Isaac, 1674-1748', 0, NULL, 0, 'Watts\' Divine songs for the instruction of youth..., [Isaac Watts]', NULL, 'Glasgow : Printed for the booksellers, 1855', 'Glasgow', NULL, NULL, NULL, NULL, '24', NULL, NULL, 'Price one penny.', 'New and improved series, no. 94', NULL, 'Woodcuts.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (713, NULL, 0, NULL, 0, 'Three excellent new songs. : I. The heads: or the year 1778. II. The engagement betwixt the Terrible (Captain Death Commander) and the Vengeance privateer. III. The sailor\'s farewel', NULL, '[S.l.] : Entered according to order, [17--]', NULL, NULL, NULL, '1700-01-01 00:00:00', '1799-12-31 00:00:00', '8', 15.7, '1', NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (714, 'Wilcocks, Thomas', 0, NULL, 0, 'A choice drop of honey from the rock Christ: or, A short word of advice to all saints and sinners, by Tho. W£ilcocks. The forty-sixth edition.', '46', 'The forty-sixth Edition. Edinburgh : Printed by J. Reid, for W. Gray, front of the Exchange. MDCCLXI.', 'Edinburgh', 'Reid, J.', 'Gray, W.', '1771-01-01 00:00:00', '1771-12-31 00:00:00', '24', 13.3, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (715, NULL, 0, NULL, 0, 'The witty and entertaining exploits of George Buchanan, commonly called the King\'s fool', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, NULL, 'Illustration on title page: Full-length figure of plump man, standing, wearing hat and laughing.\r\nTitle page has no border.\r\nDated from external evidence.\r\nThere is a variant with \'18\' printed at the bottom left of the title page. StEdNL : L.C.2894(17).\r\nThere are two other editions with decorative borders and a different illustration on the title pages, and variant contents.', 'Fairley 235.', 0, 'Buchanan, George, 1506-1582.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (716, NULL, 0, NULL, 0, 'The wonderful advantages of drunkenness; to which is added, Protest against whisky.', NULL, 'Paisley : Printed by G. Caldwell, High Street, 1826', 'Paisley', 'Caldwell, George', NULL, '1826-01-01 00:00:00', '1826-12-31 00:00:00', '8', 12.9, '1', NULL, NULL, NULL, 'Woodcut', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (717, NULL, 0, NULL, 0, 'The wonderful adventures of sixteen British seamen; also, A cure for the toothache', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, '103', 'Dated from examination of text and style.\r\n\'103\' is printed at the foot of the title page.\r\nIllustration on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (718, NULL, 0, NULL, 0, 'Young Grigor\'s ghost, an old Scotch song.', NULL, '[Fintray] : Printed for the booksellers, [1870-1885?] ', 'Fintray', NULL, NULL, '1870-01-01 00:00:00', '1885-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nPlace of publication from external evidence. Dated from the Scottish Book Trade Index and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (719, NULL, 0, NULL, 0, 'An abridgment of the New Testament; or, the life, miracles, and death, of our Lord & Saviour Jesus Christ. Embellished with beautiful engravings', NULL, 'Glasgow : Sold wholesale by J. Lumsden & Son, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1805-01-01 00:00:00', '1816-12-31 00:00:00', '47', 8, '16', 'Two-pence', NULL, NULL, 'Title page on verso of wrappers.\r\nCaption title: Life of our Lord and Saviour Jesus Christ.', 'Roscoe & Brimmell, no. 32.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (720, NULL, 0, NULL, 0, 'The accomplish\'d courtier; or, a new school of love: ...', NULL, 'Edinburgh : Printed and sold by Archibald Martin, opposite the foot of Forrester\'s Wynd, Cowgate 1764', 'Edinburgh', 'Martin, Archibald', NULL, '1764-01-01 00:00:00', '1764-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (721, NULL, 0, NULL, 0, 'An account of a diverting courtship, that happened in this neighbourhood. Between a woman of fourscore and a youth of eighteen, whom she married...', NULL, '[S.l.] : [s.a.]', NULL, NULL, NULL, '1815-01-01 00:00:00', '1840-12-31 00:00:00', '8', 11.9, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (722, NULL, 0, NULL, 0, 'Account of a dreadful murder, near Ayr, committed on the body of Mr john McLure,... Also an account od another shocking murder, committed by John Matw. Williams a few miles from Perth…', NULL, 'Copied from the Free Press Newspaper, Glasgow… Reprinted by J. Glass, Edinburgh, [s.a.]', 'Edinburgh', 'Glass, J.', NULL, '1823-08-15 00:00:00', '1830-12-31 00:00:00', '8', 12, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (723, NULL, 0, NULL, 0, 'A account of a most extraordinary forewarning... in the family of Lord Tyrone, in Ireland...', NULL, '[Manchester?] : [s.n.], [s.a.]', 'Manchester', NULL, NULL, '1810-01-01 00:00:00', '1840-12-31 00:00:00', '8', 12.6, '0', NULL, NULL, NULL, 'Taken from Cowdroy\'s Manchester Gazette.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (724, NULL, 0, NULL, 0, 'An account of a most surprising savage girl; who was caught wild in the woods of Champagne, a province of France. Translated from the French', NULL, 'Stirling : Printed and sold by M. Randall [s.a.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 14.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (725, NULL, 0, NULL, 0, 'An account of the behaviour of Mrs. M\'Kinnon, who was executed at Edinburgh, on Wednesday the 16th of April, 1823, for the inhuman murder of William Howat. Also, An advice to her friends, while under sentence of death.', NULL, 'Edinburgh : Printed for the booksellers. [s.a.]', 'Edinburgh', NULL, NULL, '1823-04-16 00:00:00', '1850-12-31 00:00:00', '8', 12.3, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (726, NULL, 0, NULL, 0, 'An account of the dispute between Russia, Sweden and Denmark, and Great Britain. To which is prefixed, The outlines of the treaty of peace between Great Britain and Russia, concluded the 17th June, 1801.', NULL, 'Air : Printed by J. and P. Wilson, 1801', 'Ayr', 'Wilson, J.', 'Wilson, P.', '1801-01-01 00:00:00', '1801-12-31 00:00:00', '24', 14.2, '0', 'two-pence', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (727, NULL, 0, NULL, 0, 'An account of the Harmonist Society, near Pittsburgh, from Mellish\'s travels in America.', NULL, 'Glasgow : published by J. Lumsden & Son, 1821 (on back page : J. Neilson, Printer.)', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Neilson, John', '1821-01-01 00:00:00', '1821-12-31 00:00:00', '24', 14.2, '0', NULL, NULL, NULL, 'Not listed in Roscoe & Brimmell.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (728, NULL, 0, NULL, 0, 'An account of the life of Gilder Roy,...', NULL, '[S.l.] : [s.n.], [s.a.]', NULL, NULL, NULL, '1820-01-01 00:00:00', '1840-12-31 00:00:00', '8', 12.8, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (729, NULL, 0, NULL, 0, 'An account of the life, transactions, and death of Rob Roy M\'Gregor, a famous Highland chieftain', NULL, 'Edinburgh printed - price one penny (on back page)', 'Edinburgh', NULL, NULL, '1790-01-01 00:00:00', '1840-12-31 00:00:00', '8', 13.6, '0', 'one penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (730, NULL, 0, NULL, 0, 'An account of the remarkable life and transactions of Capt. J. Hodson…', NULL, 'Paisley : Printed for this present year. [s.a.]', 'Paisley', NULL, NULL, NULL, NULL, '8', 14.2, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (731, NULL, 0, NULL, 0, 'An address to the Protestant interest in Scotland. Being an humble and seasonable warning, wherein is clearly demonstrated, the inexpediency and danger of repealing our penal laws against Popery, or allowing that dangerous and idolatrous religion to be openly prefest within this realm. …', 'Second edition', 'Second edition with improvements. Glasgow : Printed for W. McArthur, bookseller, Paisley.', 'Glasgow', NULL, 'McArthur, W.', '1778-01-01 00:00:00', '1779-12-31 00:00:00', '60', 13.7, '0', 'Fourpence', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (732, NULL, 0, NULL, 0, 'Admiral Duncan\'s victory over the Dutch fleet. To which is added, The rigs o\' barley.', NULL, 'Greenock : Printed by W. Scott, [s.a.]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.7, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (733, NULL, 0, NULL, 0, 'Admiral Duncan\'s victory over the Dutch fleet, Oct. 11th 1797. To which are added, No grumbling. Britain\'s guardian angels. A pye-man-\'s trip to Bagshot Camp.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1799', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1799-01-01 00:00:00', '1799-12-31 00:00:00', '8', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (734, NULL, 0, NULL, 0, '[Adonis\' Garden.]', 'B?', '[S.l.] : [s.n.], [s.a.]', NULL, NULL, NULL, NULL, NULL, '22 (13-34 incl.)', 14.5, '0', NULL, NULL, NULL, 'Pages 13-34 of a larger volume, possibly not a chapbook', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (735, NULL, 0, NULL, 0, 'Adventures of Bamphylde Moore Carew, who was for upwards of 40 years, King of the Beggars.', NULL, 'Stirling : Printed and sold by M. Randall [s.a.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (736, NULL, 0, NULL, 0, 'The adventures of Captain Gulliver, in a voyage to Lilliput', NULL, 'Glasgow : Published by J. Lumsden & Son, 1815', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1815-01-01 00:00:00', '1815-12-31 00:00:00', '47', 8.7, '11', 'Twopence', 'Ross\'s juvenile library', NULL, NULL, 'Roscoe & Brimmell, no. 45..', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (737, NULL, 0, NULL, 0, 'The adventures of Captain Gulliver in a voyage to Lilliput. Embellished with beautiful coloured plates', NULL, 'Glasgow : Published by J. Lumsden & Son, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1830-01-01 00:00:00', '1840-12-31 00:00:00', '28', 10.9, '11', NULL, 'Lumsden & Son\'s improved edition of coloured twopenny books embellished with numerous engravings', NULL, 'Wrappers included in pagination.\r\nTitle on wrappers: Gulliver\'s travels.', 'Roscoe & Brimmell, no. 46.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (738, NULL, 0, NULL, 0, 'The adventures of Jack Okham & Tom Splicewell two sailors who went a pirating on the King\'s highway. How that Tom Splicewell was taken and condemned to be hanged. How his messmate Jack, applied to the king, and got him pardoned. With a copy of Jack\'s polite letter to His Majesty.', NULL, 'Stirling, : - Printed by C. Randall., [1800?] ', 'Stirling', 'Randall, Charles', NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', 15.4, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (739, NULL, 0, NULL, 0, 'Adventures of John of Badenyon: to which is added The cold Winter. The pretty chamber-maid', NULL, 'Falkirk : Printed by T. Johnston, 1801', 'Falkirk', 'Johnston, Thomas', NULL, '1801-02-01 00:00:00', '1801-02-28 00:00:00', '8', 14.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (740, NULL, 0, NULL, 0, 'The affecting & tragical history of Queen Mary of Scotland: who was beheaded for High Treason against Queen Elizabeth, of England', NULL, 'Falkirk : Printed and sold by T. Johnston, [s.a.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '24', 14.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (741, NULL, 0, NULL, 0, 'Age and life of man... To which is added, My dear Highland laddie, O', NULL, 'Printed and sold by J. Morren, Cowgate.', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (742, NULL, 0, NULL, 0, 'Alibaba; or, the forty thieves destroyed by Morgiana, a female slave. On which is founded the new operatical Romance of the forty thieves.', NULL, 'Edinburgh : Printed by J. Morren, Cowgate.[s.a.]', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '24', 14.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (743, NULL, 0, NULL, 0, 'Allan Tine O\'Harrow; to which are added, Jack in his element. The beds of roses', NULL, 'Falkirk : Printed for the booksellers, [1830-1840?] ', 'Falkirk', NULL, NULL, '1830-01-01 00:00:00', '1840-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (744, 'Merry Andrew at Tamtallon', 0, NULL, 0, 'The ancient and modern history of Buckhaven in Fifeshire... By Merry Andrew at Tamtallon.', NULL, 'Glasgow : Published and sold wholesale and retail, by R. Hutchison & Co. 10, Saltmarket, 1817', 'Glasgow', 'Hutchison, Robert', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '24', 14, '13', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (745, NULL, 0, NULL, 0, 'The notted history of Mother Grim, commonly called Goody Grim\'s witty tales, very curious for a winter evening', NULL, '[S.l.] : Printed this present year, [179-?]', NULL, NULL, NULL, '1790-01-01 00:00:00', '1799-12-31 00:00:00', '24', 13.2, '1', NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (746, NULL, 0, NULL, 0, 'Andrew Lammie: an ancient ballad', NULL, 'Brechin : Printed for A. Black, bookseller, 1837', 'Brechin', 'Black, Alexander', NULL, '0137-01-01 00:00:00', '1837-12-31 00:00:00', '8', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (747, NULL, 0, NULL, 0, 'Andrew Lamie. or, Mill of Tifties Annie.', NULL, '[S.l.] : [s.n.], [s.a.]', NULL, NULL, NULL, NULL, NULL, '8', 13.8, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (748, NULL, 0, NULL, 0, 'Andrew Lammie; or, Mill o\' Tiftie\'s Annie. This tragedy was acted in the year 1674.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1801', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1801-01-01 00:00:00', '1801-12-31 00:00:00', '8', 13.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (749, NULL, 0, NULL, 0, 'Andrew Lammie (the trumpeter of Fyvie) or, Mill of Tifties\' Annie. As was composed, and acted in the year 1674.', NULL, 'Peterhead : Printed by and sold wholesale by P. Buchan, 1817', 'Peterhead', 'Buchan, Peter', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (750, 'Andrews, John, of Paisley', 0, NULL, 0, 'Raising the wind; or, Habbie Simpson & his wife baith deed...', NULL, 'Paisley : Printed by George Caldwell, 1858', 'Paisley', 'Caldwell, George, junior', NULL, '1858-01-01 00:00:00', '1858-12-31 00:00:00', '8', 12.6, '0', NULL, NULL, NULL, 'In verse and prose.', NULL, 0, 'Simpson, Habbie.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (751, 'Gentleman, who has paid many years particular attention', 0, NULL, 0, 'Apendix to the almanacks; or, observations on the weather... \'by a gentleman, who has paid many years particular attention…\'', NULL, 'Edinburgh : Printed by J. Robertson, Horse-Wynd [s.a.]', 'Edinburgh', 'Robertson, James', NULL, '1793-01-01 00:00:00', '1806-12-31 00:00:00', '8', 14.8, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (752, NULL, 0, NULL, 0, 'The art of courtship; or, the school of Love ...', NULL, 'Edinburgh : Printed in the year 1764.', 'Edinburgh', NULL, NULL, '1764-01-01 00:00:00', '1764-12-31 00:00:00', '8', 14.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (753, NULL, 0, NULL, 0, 'The atheist converted; or, the unbeliever\'s eyes opened...', NULL, 'Edinburgh : Printed and sold in Niddry\'s Wynd., [s.a.]', 'Edinburgh', 'Robertson, Alexander', NULL, '1770-01-01 00:00:00', '1810-12-31 00:00:00', '8', 13.6, '0', NULL, NULL, NULL, 'Printer possibly Alexander Robertson.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (754, NULL, 0, NULL, 0, 'The Atholl Highlanders; or, the LXXVII Regiment\'s triumph. To which is added, Etrick Banks', NULL, 'Edinburgh : Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1993-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (755, NULL, 0, NULL, 0, 'The Atholl Highlanders. To which are added, The betrayed lover. And Jockey\'s far awa.', NULL, 'Edinburgh : Printed for the booksellers, 1821', 'Edinburgh', NULL, NULL, '1821-01-01 00:00:00', '1821-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (756, NULL, 0, NULL, 0, 'The auld goodman; or, the goodwife victorious. To which is added, The valiant soldier. Remedy for pain. Pray be quiet. Do! Patty Clover. The faithful Tar.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1799', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1799-01-01 00:00:00', '1799-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (757, NULL, 0, NULL, 0, 'Auld Robin Gray, Queen of the May, Logie o\' Buchan, and A pastoral song', NULL, 'Falkirk, T. Johnston Printer, [s.a.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', 14.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (758, NULL, 0, NULL, 0, 'Auld Robin Gray, with The answer. And The death of Robin Gray. To which are added, Miss Forbes\'s farewel to Banff, and Mary\'s gane awa\'.', NULL, 'Falkirk : Printed in the year 1820', 'Falkirk', NULL, NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (759, NULL, 0, NULL, 0, 'Auld Rob Morris. The gowden locks o\' Anna. Corn rigs. The banks o\' Doon. Down the burn Davie. Scots wha haw wi\' Wallace bled.', NULL, 'Glasgow, - printed for the booksellers [s.a.]', 'Glasgow', NULL, NULL, '1800-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (760, 'Bacon, Nathaniel, 1593-1660', 0, NULL, 0, 'An awful memorial of the state of Francis Spira, after he turn\'d apostate from the Protestant Church to Popery', NULL, 'Falkirk : Printed by T. Johnston, 1815', 'Falkirk', 'Johnston, Thomas', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '24', 14, '0', NULL, NULL, NULL, 'Colophon at foot of p. 24 reads : Falkirk- T. Johnston, Printer.', NULL, 0, 'Spira, Francesco, d. 1548.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (761, 'Axford, John', 0, NULL, 0, 'Hidden truths come to light; or, a true concordance to the noblest of all histories of the sacred volumes, of the Old and New Testament, &c. With the true account of different passages, for the understanding of those that are to learn or can read the Bible. Both curious and entertaining. For all Christians.', NULL, 'Edinburgh : Printed by Alex Robertson, Niddry\'s Wynd. - 1784.', 'Edinburgh', 'Robertson, Alexander', NULL, '1784-01-01 00:00:00', '1784-12-31 00:00:00', '24', 13.5, '0', 'two-pence', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (762, NULL, 0, NULL, 0, 'The babes in the wood... To which is added, The sailor\'s adieu', NULL, 'Edinburgh : Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1993-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.5, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (763, NULL, 0, NULL, 0, 'Bailie Nicol Jarvie\'s journey to Aberfoil. To which are added, St. Patrick was a gentleman. And The auld sark sleeve.', NULL, 'Glasgow : Printed by and for J. Neil, 17, Bazar, 1829 ', 'Glasgow', 'Neil, J.', NULL, '1829-01-01 00:00:00', '1829-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nBailie Nicol Jarvie\'s journey to Aberfoil : Air - Quaker\'s wife.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (764, NULL, 0, NULL, 0, 'Baillie Nicol Jarvie\'s journey to Aberfoyle. Pat Murphy. The gowden locks of Anna. When Britain, first, &c', NULL, 'Glasgow : Printed for the booksellers, 1823', 'Glasgow', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (765, NULL, 0, NULL, 0, 'The banished soldier. To which are added, Sailor Jack. Answer to sailor Jack. Jack in his element. Down the burn Davie. The lover\'s summons', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1803', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1803-01-01 00:00:00', '1803-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at foot of p. 8 reads : Glasgow, Printed by J. & M. Robertson, Saltmarket, 1803.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (766, NULL, 0, NULL, 0, 'The banks of the Dee, with The answer. To which are added, The beggar\'s resolution. The siege of Carrick-Fergus. To Lethe repair. As sure as a gun.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1801', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1801-01-01 00:00:00', '1801-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (767, NULL, 0, NULL, 0, 'The banks o\' the Devon. To which are added, The land o\' the leal, Despairing Mary, The thorn, Sleeping Maggie, Fair Helen, Hal the woodman.', NULL, 'Edinburgh : Printed for the booksellers in town and country, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (768, NULL, 0, NULL, 0, 'Bateman\'s tragedy; or, the perjured bride justly rewarded: being the history of the unfortunate love of German\'s wife and young Bateman.', NULL, 'Stirling : Printed and sold by M. Randall. [s.a.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 13, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (769, NULL, 0, NULL, 0, 'Young Lochinvar : to which are added, The rose of Dunmore, Scottish whisky, Blythe was she but and ben, Sleeping Maggie, Shepherds, I have lost my love.', NULL, 'Stirling : Printed for the booksellers, [1820-1830?]', 'Stirling', NULL, NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (770, NULL, 0, NULL, 0, 'The battle of Chevy-Chace. An excellent old ballad', NULL, 'Edinburgh; printed for the booksellers in town and country.', 'Edinburgh', NULL, NULL, '1810-01-01 00:00:00', '1850-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (771, NULL, 0, NULL, 0, 'The battle of Prestonpans; to which is added Waly, waly.', NULL, 'Stirling : Printed by W. Macnie, 1825', 'Stirling', 'Macnie, William', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (772, NULL, 0, NULL, 0, 'The Battle of Rosline; fought on the plains of Rosline, 1803. To which are added, Nanny of the hill. The sailor\'s allegory.', NULL, 'Edinburgh : Printed for the booksellers in town and country, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (773, NULL, 0, NULL, 0, 'The Battle of Roslin, fought on the plains of Roslin, 1303, and John Highlandman\'s remarks on Glasgow.', NULL, 'Glasgow : Printed for the booksellers, 1823 [or 1828]', 'Glasgow', NULL, NULL, '1823-01-01 00:00:00', '1828-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nLast digit of date is indistinct in all copies examined: 1823 or 1828.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (774, NULL, 0, NULL, 0, 'The last words of Mr. Donald Cargill, when on the scaffold, July 27th. 1681', NULL, 'Glasgow : Printed by Hugh Duncan, and are to be sold at his shop, above the Cross, MDCCXIII [1713]', 'Glasgow', 'Duncan, Hugh', NULL, '1713-01-01 00:00:00', '1713-12-31 00:00:00', '8', 13.4, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (775, NULL, 0, NULL, 0, 'Battle of the Boyn; to which are added, The milking pail, Thro\' the wood laddie', NULL, 'Stirling : Printed by W. Macnie, 1826', 'Stirling', 'Macnie, William', NULL, '1826-01-01 00:00:00', '1826-12-31 00:00:00', '8', 11.4, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (776, NULL, 0, NULL, 0, 'The Battle of Trafalgar. To which are added, The charming beauty. The despairing shepherdess. The sailor\'s lamentation, with the answer. The green purse.', NULL, 'Glasgow : Printed by J. & M. Robertson, 1807', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1807-01-01 00:00:00', '1807-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (777, NULL, 0, NULL, 0, 'The Battle of Trafalgar. To which are added, The despairing shepherdess. The parson\'s foible. Aspire no farther. The green purse.', NULL, 'Glasgow : Printed by J. & M. Robertson, [No.20.] Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (778, NULL, 0, NULL, 0, 'The Battle of Waterloo; To which is added, I can\'t for I\'m in haste, My Nannie, O, and Lovely Sally\'s misfortune.', NULL, 'Glasgow : published and sold wholesale and retail, by R. Hutchison & Co, 10, Saltmarket. - 1817', 'Glasgow', 'Hutchison, Robert', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (779, NULL, 0, NULL, 0, 'The Beauties of Glasgow. To which are added, I wondered what he meant. Bonny Charley. The gleaners. She\'s what I dare not name.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1802', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1802-01-01 00:00:00', '1802-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at the foot of p. 8 reads : Glasgow, Printed by J. & M. Robertson, Saltmarket, 1802.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (780, 'More, Hannah, 1745-1833', 0, NULL, 0, 'The beautiful and interesting account of the shepherd of Salisbury Plain', NULL, 'Edinburgh : Printed for the booksellers in town and country, [1820-1830?] ', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '24', 13, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from external and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (781, NULL, 0, NULL, 0, 'Beauty and the beast: a tale for the entertainment of juvenile readers. Ornamented with elegant engravings', NULL, 'Glasgow : Published and sold by J. Lumsden & Son, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1818-01-01 00:00:00', '1830-12-31 00:00:00', '49', 10.8, '7', NULL, NULL, NULL, 'Label on front wrapper: Lumsden & Son\'s edition of Beauty and the beast.', 'Roscoe & Brimmell, no. 53.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (782, NULL, 0, NULL, 0, 'The beds of roses. To which are added, Arra Captain Agra. The reformed drunkard. The choice of a wife. The choice of a husband. O! wonder to hear!', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1805', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1805-01-01 00:00:00', '1805-12-31 00:00:00', '8', 13.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (783, NULL, 0, NULL, 0, 'The beds of roses. To which are added, The girl I left behind me. The lass o\' Gowrie. She\'s as the opening lily fair. The braes o\' Yarrow', NULL, 'Edinburgh : Printed for the booksellers, 1820', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (784, NULL, 0, NULL, 0, 'The Bellfast mountains. To which are added, The second of August; and, the funny old song of The parsons fat wedder, with Let me in this ae night', NULL, 'Peterhead : Printed by P. Buchan, [1816-1831?] ', 'Peterhead', 'Buchan, Peter', NULL, '1816-01-01 00:00:00', '1831-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (785, NULL, 0, NULL, 0, 'The Bennachie budget: containing The strayed ox; Stap the flood\'s wall-e\'e; Tenant-right; Huntly\'s blessin\'; and The \"occasional\" of the excise.', NULL, 'Fintray : Printed for the booksellers, 1879', 'Fintray', 'Cumming, John?', NULL, '1879-01-01 00:00:00', '1879-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nThe strayed ox : Tune - Send me.\r\nStap the flood\'s wall-e\'e : Tune - Jenny\'s bawbee.\r\nTenant-right : Tune - Wha wadna fecht for Charlie?\r\nHuntly\'s blessin\' : Tune - Maggy Lauder.\r\nThe \"occasional\" of the excise : Tu', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (786, NULL, 0, NULL, 0, 'The Berkshire lady, or, Batchelors of every station. In four parts, to which is added, A new song.', NULL, 'Edinburgh : Printed by J. Morren, Cowgate [s.a.]', 'Edinburgh', 'Morren, John', NULL, '1811-01-01 00:00:00', '1822-12-31 00:00:00', '8', 14.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (787, NULL, 0, NULL, 0, 'The Berkshire lady\'s garland. In four parts', NULL, 'Falkirk : Printed for the booksellers, [1840-1850?] ', 'Falkirk', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nThe Berkshire lady\'s garland : Tune - The royal forrester.\r\nDated from external and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (788, NULL, 0, NULL, 0, 'The Barkshire lady\'s garland: in four parts...', NULL, 'Printed for J. Wal[?]er, at the hand and Pen in High Holbourn, [s.a.]', 'London', 'Wal[?]er, J.', NULL, '1750-01-01 00:00:00', '1815-12-31 00:00:00', '8', 14.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (789, NULL, 0, NULL, 0, 'Bess the Gawkie. To which are added, Again the wish\'d for festive hour. I\'m weel sair\'d wi\' spunk. Cherry-cheek Patty, Captain Wattle and Miss Roe. Dear is my native vale.', NULL, 'Glasgow : Printed for the booksellers, 1828', 'Glasgow', NULL, NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '8', 12.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (790, NULL, 0, NULL, 0, 'Bess the Gawkie. To which are added, Peggy Irvine. The legacy and Gude news', NULL, 'Edinburgh : Printed by J. Morren, Cowgate.', 'Edinburgh', 'Morren, John', NULL, '1811-01-01 00:00:00', '1822-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (791, NULL, 0, NULL, 0, 'Bessy Bell and Mary Gray. Cauld kail in Aberdeen. Dear Tom, this brown jug. One morning very early', NULL, 'Glasgow : Printed for the booksellers, 1823', 'Glasgow', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (792, NULL, 0, NULL, 0, 'Billy and Nancy\'s parting. To which are added, A patriotic song. The young lady\'s praise. The sailor\'s rant. The joyful widower.', NULL, 'Glasgow : Printed by J. & M. Robertson, (No.20.) Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (793, NULL, 0, NULL, 0, 'Billy and Nancy\'s parting. To which are added, The young lady\'s praise, and the humours of Smithfield.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1801', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1801-01-01 00:00:00', '1801-12-31 00:00:00', '8', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (794, NULL, 0, NULL, 0, 'The Birmingham button-maker. To which are added, The tell-tale. O rare country lasses. My heart\'s my ain. The lass of Patie\'s mill.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1805', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1805-01-01 00:00:00', '1805-12-31 00:00:00', '8', 13.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at the foot of p. 8 reads : Printed by J. and M. Robertson, Saltmarket, 1805.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (795, NULL, 0, NULL, 0, 'The blackbird: a selection of popular comic & love songs. From the best authors.', NULL, 'Stirling : Printed for the booksellers, 1834', 'Stirling', 'Johnstone, E.', NULL, '1834-01-01 00:00:00', '1834-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, NULL, 'Printer possibly E. Johnston.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (796, NULL, 0, NULL, 0, 'The very old song of the Roman nobleman; or, the cruel blackamoor in the wood', NULL, 'Peterhead : Printed and sold wholesale by P. Buchan, 1817', 'Peterhead', 'Buchan, Peter', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (797, NULL, 0, NULL, 0, 'The blaeberries; or, Allan\'s love, &c. To which is added, the tankard of ale.', NULL, 'Stirling : Printed by C. Randall [s.a.]', 'Stirling', 'Randall, Charles', NULL, '1794-01-01 00:00:00', '2012-12-31 00:00:00', '8', 12.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (798, NULL, 0, NULL, 0, 'The bold British tars... To which are added, The novice. Rejected Strephon. A good wife and a kept-up miss contrasted, with the Answer.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1801', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1801-01-01 00:00:00', '1801-12-31 00:00:00', '8', 13.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at foot of p. 8 reads : Glasgow, Printed by J. & M. Robertson, Saltmarket, 1801.\r\nThe brave tars of old England : Tune - English roast beef.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (799, NULL, 0, NULL, 0, 'Bold Dougherty and the tinker. To which are added, Edward and Betsy. The happy marriage. The Irish courtship. How happy the soldier. Thro\' the wood laddie.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1804', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1804-01-01 00:00:00', '1804-12-31 00:00:00', '8', 13.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at the foot of p. 8 reads : Glasgow, Printed by J. and M. Robertson, Saltmarket, 1804.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (800, NULL, 0, NULL, 0, 'The bold dragoon. A wee bird cam to our ha\' door. Rest thee babe rest thee. My daddie is a canker\'d carle', NULL, 'Glasgow : Printed for the booksellers, 1823', 'Glasgow', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (801, NULL, 0, NULL, 0, 'The bold mariner; or, the dangers of the sea. To which are added Jamie Gay. The bold hairy cap. Merry may the maid be. The despairing lover', NULL, '[S.l.] : Entered according to order, 1798', NULL, NULL, NULL, '1798-01-01 00:00:00', '1798-12-31 00:00:00', '8', 15, '6 (5 border pieces)', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (802, NULL, 0, NULL, 0, 'Bonaparte; or, The threaten\'d invasion. To which are added, The invasion. Original of Tweedside. Johnny Bluster\'s wife.', NULL, 'Glasgow : Printed by J. & M. Robertson, (20.) Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (803, NULL, 0, NULL, 0, 'Bonny Annie\'s elopement, with the pursuit and disappointment. To which are added, The lover\'s disappointment. Phillis and Nancy. Saint Patrick\'s glory. The contented ruricolist. None so pretty.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1806', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 14, '1', NULL, NULL, NULL, '1803 edition at Bh13-d.3', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (804, NULL, 0, NULL, 0, 'Bonny Barbara Allan. The minstrel. Oh! Nannie, wilt thou gang wi\' me. Here awa, there awa. Naebody', NULL, 'Edinburgh : Printed for the booksellers, [1815-1825?] ', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (805, NULL, 0, NULL, 0, 'Bonny Barbara Allan; to which are added, Yarrow braes. The hills of the Highlands, The lassie I lo\'e best of a\'. Bessie Bell and Mary Gray. O meikle thinks my love.', NULL, 'Edinburgh : Printed for the booksellers in town and country, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.4, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (806, NULL, 0, NULL, 0, 'The bonny lass; a new love song. To which are added, I\'ll clout Johnny\'s grey breeks. Tell me the way to woo, and Every man take his glass', NULL, 'Falkirk : Printed in the year 1822', 'Falkirk', 'Johnston, Thomas', NULL, '1821-01-01 00:00:00', '1821-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'Publisher probably Thomas Johnston.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (807, NULL, 0, NULL, 0, 'The Bonny Lassie\'s plaidy awa, Flora\'s lament for Charlie; to which are added, The banks of the Dee, Go plaintive sounds, The lass of Ballochmyle.', NULL, 'Stirling : Printed and sold, wholesale and retail, by W. Macnie, bookseller, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page.', NULL, 0, 'Charles Edward, Prince, grandson of James II, King of England, 1720-17', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (808, NULL, 0, NULL, 0, 'The bonny Lowland laddie. To which are added, Success to the loom. Come under my plaidy. I\'m wearing awa\' Jean. And The young maid\'s lament', NULL, 'Falkirk : Printed in the year 1820 (on back page : Falkirk - T. Johnston, Printer)', 'Falkirk', 'Johnston, Thomas', NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (809, NULL, 0, NULL, 0, 'Bonny Mally Stewart; to which are added, Her blue rollin\' e\'e. The braes o\' Gleniffer. Waes me for prince Charly.', NULL, 'Stirling : Printed by W. Macnie, 1825', 'Stirling', 'Macnie, William', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, 'Charles Edward, Prince, grandson of James II, King of England, 1720-17', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (810, NULL, 0, NULL, 0, 'The bonny Scot: to which are added, Slighted Nancy. The faithful shepherd. My love Gildroy. Fy gar rub her o\'er wi\' strae', NULL, 'Stirling, : Printed by C. Randall, 1805', 'Stirling', 'Randall, Charles', NULL, '1805-01-01 00:00:00', '1805-12-31 00:00:00', '8', 14.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (811, NULL, 0, NULL, 0, 'Bony lad, Jamie the rover, and The roving maids of Aberdeen.', NULL, 'Falkirk : Printed by T. Johnston, [1810-1825?] ', 'Falkirk', 'Johnston, Thomas', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from period of activity of publisher and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (812, NULL, 0, NULL, 0, 'The bony lass, Whistle and I\'ll come to you my lad. I\'ll awa\' to Nannie. My Lady\'s gown there\'s gairs upon\'t. The birks of Aberfeldy', NULL, 'Falkirk : - pinted by T. Johnston, 1814', 'Falkirk', 'Johnston, Thomas', NULL, '1814-01-01 00:00:00', '1814-12-31 00:00:00', '8', 12.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (813, 'Boyd, Allan, fl. 1789-1820.', 0, NULL, 0, 'The prophecies of Thomas Rymer... wherein is contained remarks on what is already come to pass... [To] which is added, An account of the memorable battle of Bannockburn, fought in the year 1315', NULL, 'Stirling : Printed by M. Randall [s.a.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (814, NULL, 0, NULL, 0, 'The boys of Kilkenny. Paddy in London. I\'m wearing awa, Jean. Low down in the broom', NULL, 'Edinburgh : Printed for the booksellers, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (815, NULL, 0, NULL, 0, 'Braes of Birniebouzle. To which are added, The birks of Invermay. Merry may the maid be. Nan of Logie Green. The languishing maid.', NULL, 'Edinburgh : Printed for the booksellers, 1820', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (816, NULL, 0, NULL, 0, 'Braes o\' Birniebouzle; To which are added, The parting kiss, Johnny Bluster\'s wife. Contented lover. Happy Dick Dawson. My Willie was a sailor bold.', NULL, 'Edinburgh : Printed for the booksellers in town and country, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nBraes o\' Birniebouzle : Air - Braes o\' Tullymet.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (817, NULL, 0, NULL, 0, 'The Braes of Yarrow. To which are added, Robin Adair. The forlorn damsel. The birth of May. The woodpecker. Lay thy loof in mine lass. Far, far at sea.', NULL, 'Edinburgh : Printed for the booksellers, 1820', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (818, NULL, 0, NULL, 0, 'The Braes o\' Gleniffer; to which are added, Nancy\'s to the Greenwood gane. The present time is ours. The miller of Dee.', NULL, 'Stirling : nprinted by W. Macnie, 1825', 'Stirling', 'Macnie, William', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (819, NULL, 0, NULL, 0, 'A brief relation of the adventures of Bamfylde Moore Carew, for more than forty years King of the Beggars', NULL, 'George Angus, printer, Side, Newcastle, [s.a.]', 'Newcastle upon Tyne', 'Angus, George', NULL, '1780-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (820, NULL, 0, NULL, 0, 'The brisk young sailor. To which are added, The widow\'s lamentation. The dying swan. To Signora Cuzzoni.', NULL, '[Stirling?], Entered according to order, 1799.', 'Stirling', 'Randall, Charles', NULL, '1799-01-01 00:00:00', '1799-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, 'Printer possibly Charles Randall.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (821, NULL, 0, NULL, 0, 'Britain\'s contest. To which are added, O rare country lasses. My heart\'s my ain. The lass of Patie\'s mill', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1804', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1804-01-01 00:00:00', '1804-12-31 00:00:00', '8', 13.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at the foot of p. 8 reads : Glasgow, Printed by J. and M. Robertson, Saltmarket, 1804.', NULL, 0, 'Napoleon I, Emperor of the French, 1769-1821 Songs and music.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (822, NULL, 0, NULL, 0, 'Bruce\'s address. To which is added, My love is like a red, red rose. The ploughman. Robin Adair. Away with this sadness. Highland whisky.', NULL, 'Glasgow : Published and sold, wholesale and retail, by R. Hutchison, bookseller, 19 Saltmarket, 1823', 'Glasgow', 'Hutchison, Robert', NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nConvivial song : Air - Green grow the rashes, O.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (823, NULL, 0, NULL, 0, 'The Bucahnshire tragedy; or, Sir James the Ross.', NULL, 'J. Morren, printer, Edinburgh, [s.a.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (824, 'Buchanan, George, 1506-1582', 0, NULL, 0, 'The Scots Chronicle: or, a short history of Scotland...', NULL, 'Falkirk : Printed by T. Johnston, 1808', 'Falkirk', 'Johnston, Thomas', NULL, '1808-01-01 00:00:00', '1808-12-31 00:00:00', '24', 14.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (825, NULL, 0, NULL, 0, 'The Buchanshire tragedy; or, Sir James the Ross: an excellent old ballad', NULL, 'Peterhead : Printed and sold by P. Buchan [s.a.]', 'Peterhead', 'Buchan, Peter', NULL, '1816-01-01 00:00:00', '1819-12-31 00:00:00', '8', 12.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (826, 'Bruce, Michael, 1746-1767', 0, NULL, 0, 'The Buchanshire tragedy; or, Sir James the Ross', NULL, '[Stirling?] : Entered according to order., 1799.', 'Stirling', NULL, NULL, '1799-01-01 00:00:00', '1799-12-31 00:00:00', '8', 15, '1', NULL, NULL, NULL, 'Place of publication from external evidence.\r\nWoodcut on title page.\r\nIn verse.\r\nAnonymous. By Michael Bruce.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (827, 'Burns, Robert, 1759-1796', 0, NULL, 0, 'Six songs by Burns: 1. My Nannie O. 2. The banks o\' Doon. 3. Fareweel to Ayrshire. 4. She\'s fair and fause. 5. The red red rose. 6. Green grow the rashes, O', NULL, 'Edinburgh : Printed for the booksellers [s.a.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (828, 'Burton, Robert', 0, NULL, 0, 'The history of the nine worthies of the world... illustrated with poems, and the picture of each Worthy.', NULL, 'by Robert Burton. Glasgow : Printed in the year MDCCLXIX.', 'Glasgow', NULL, NULL, '1769-01-01 00:00:00', '1769-12-31 00:00:00', '156', 14.5, '10', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (829, NULL, 0, NULL, 0, 'The buxom dame of Reading; or the cuckold\'s cap. To which are added, A smiling full bowl. Wallace\'s lament after the Battle of Falkirk. Has she not dole enough... A Summer piece. A Winter piece. Bad luck to the penny. The neat little cottage.', NULL, 'Glasgow : Printed by J. & M. Robertson, (No. 20) Saltmarket, [1809] ', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1809-01-01 00:00:00', '1809-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at foot of p. 8 reads : Glasgow, Printed by J. and M. Robertson, (No. 20) Saltmarket, 1809.\r\nWallace\'s lament after the Battle of Falkirk : Tune - Maids of Arrochar.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (830, NULL, 0, NULL, 0, 'Caladonia. To which are added, Queen Mary\'s lamentation. The maid of the mill. Despairing Mary. Patriotic song. Nobody coming to marry me.', NULL, 'Stirling : Printed and sold, by M. Randall, [1813-1820?] ', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nA patriotic song : Tune - Johnny Cope.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (831, NULL, 0, NULL, 0, 'The Canty Carly; or, The raveled bridal of Achronie', NULL, 'Peterhead : Printed by P. Buchan, for A. Keith, and W. Gordon, Aberdeen, [1816-1831?] ', 'Aberdeen', 'Keith, Alexander and Gordon, William', 'Buchan, Peter', '1816-01-01 00:00:00', '1831-12-31 00:00:00', '12', 12.6, '1', 'one penny', NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nColophon at foot of p. 12 reads : P. Buchan, printer, Peterhead.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (832, NULL, 0, NULL, 0, 'Captain Glen\'s unhappy voyage to New Barbary; to which is added, the excellent song of The tempest', NULL, 'Peterhead : Printed by P. Buchan, [1816-1831?] ', 'Peterhead', 'Buchan, Peter', NULL, '1816-01-01 00:00:00', '1831-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (833, NULL, 0, NULL, 0, 'Captain Thunderbolt\'s garland. To which are added, The wounded Hussar. The Irish rebels. Hap me with thy petticoat', NULL, '[S.l.], entered according to order, 1799', NULL, NULL, NULL, '1799-01-01 00:00:00', '1799-12-31 00:00:00', '8', 15, '5 (4 border pieces)', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (834, NULL, 0, NULL, 0, 'Four excellent new songs, : viz. The sailor dear. The answer to The sailor dear. Pattie\'s wedding. Logan braes', NULL, '[S.l.] : [s.n.], [18--]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 14.2, '1', NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (835, NULL, 0, NULL, 0, 'Captain Wedderburn\'s courtship to Lord Roslin\'s daughter, to which is added, Henry is true.', NULL, 'Stirling : Printed in this present year, [s.a.]', 'Stirling', 'Randall, Charles', NULL, '1794-01-01 00:00:00', '1812-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, 'Printer possibly Charles Randall.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (836, NULL, 0, NULL, 0, 'Captain Wedderburn\'s courtship. To which is added, Hey Jonnie Coup', NULL, 'Kilmarnock : Printed for the booksellers. [s.a.]', 'Kilmarnock', NULL, NULL, NULL, NULL, '6', 13.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (837, NULL, 0, NULL, 0, 'The soldier\'s wife; or, The fruits of a victory, : a lesson to Bonaparte and his admirers; to wehich is added, Hal the woodman', NULL, '[S.l.] : Printed for the booksellers, [18--]', NULL, NULL, NULL, '1795-01-01 00:00:00', '1815-12-31 00:00:00', '8', 11, '1', NULL, NULL, NULL, 'Woodcut on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (838, NULL, 0, NULL, 0, 'The charming songster; or, chearful companion. Being a collection of choice songs. Among which are several originals. To which is added Toasts and sentiments.', NULL, 'Edinburgh : Printed by A. Robertson, and sold nat his shop in Niddry\'s-wynd 1784.', 'Edinburgh', 'Robertson, Alexander', NULL, '1784-01-01 00:00:00', '1784-12-31 00:00:00', '12', 13.5, '0', '\'only fourpence\'', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (839, 'Chicken, Edward', 0, NULL, 0, 'The collier\'s wedding: a poem', NULL, 'Newcastle : Printed by George Angus, in the Side, [s.a.]', 'Newcastle upon Tyne', 'Angus, George', NULL, '1780-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (840, NULL, 0, NULL, 0, 'The child of a tar. The midnight bowl. Come gie\'s a sang the lady cried. The Winter sat lang on the Spring of the year.', NULL, 'Edinburgh : Printed for the booksellers, 1819', 'Edinburgh', NULL, NULL, '1819-01-01 00:00:00', '1819-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (841, NULL, 0, NULL, 0, 'Peridy detected! or, The children in the wood, restored', NULL, 'Banbury : Printed and sold by J.G. Rusher, Bridge-Street, [s.a.]', 'Banbury', 'Rusher, J.G.', NULL, NULL, NULL, '20', 9.4, '12', 'One penny', NULL, NULL, 'Title on front wrapper: The children in the wood, restored.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (842, NULL, 0, NULL, 0, 'The child\'s instructor; or, picture alphabet', NULL, 'Glasgow : Published and sold, wholesale, by Lumsden & Son, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', NULL, '1812-01-01 00:00:00', '1819-12-31 00:00:00', '32', 8.9, '28', 'Twopence', NULL, NULL, NULL, 'Roscoe & Brimmell, no. 7.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (843, NULL, 0, NULL, 0, 'The child\'s new spelling primer; or, first book for children. To which is added The stories of Cinderella, and The little Red Riding Hood', NULL, 'Dublin : Printed by T. Wilkinson, No. 40, Winetavern-Street, 1799', 'Dublin', NULL, NULL, '1799-01-01 00:00:00', '1799-12-31 00:00:00', '32', 7.2, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (844, NULL, 0, NULL, 0, 'The clown: to which is added, Cape of Good Hope.', NULL, '[Stirling?] Entered according to order, 1806', 'Stirling', 'Randall, Charles', NULL, '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, 'Printer possibly Charles Randall.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (845, NULL, 0, NULL, 0, 'The Clydesdale wedding. To which are added, Flora\'s lament for Charly. The banks of the Dee. Go plaintive sounds', NULL, 'Edinburgh : Printed for the booksellers in town and country, 1822', 'Edinburgh', NULL, NULL, '1822-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (846, NULL, 0, NULL, 0, 'The coalman\'s courtship. To a creel-wife\'s daughter. In three parts...', NULL, 'Edinburgh : Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1811-01-01 00:00:00', '1822-12-31 00:00:00', '24', 14.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (847, NULL, 0, NULL, 0, 'The coalman\'s courtship to the creel-wife\'s daughter. In three parts…', NULL, 'Edinburgh : Printed for the booksellers, [s.a.]', 'Edinburgh', NULL, NULL, NULL, NULL, '24', 13.3, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (848, NULL, 0, NULL, 0, 'The coalman\'s courtship to the creel-wife\'s daughter. In three parts', NULL, 'Stirling : Printed and sold by M. Randall, [1813-1820?] ', 'Stirling', 'Randall.Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 11.8, '2 (p. 20 & 22)', NULL, NULL, NULL, 'Dated from the Scottish Book Trade Index.\r\nIn prose and verse.\r\nThe pages are incorrectly imposed - the numbering sequence is as follows : [1], [2],... 16, 19, 17, 20, 18, 21, 22, [23], 24. StEdNL.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (849, NULL, 0, NULL, 0, 'The coggie. Mary\'s dream. O for ane and twenty, Tam. Let\'s be jovial. Lilies of the valley.', NULL, 'Edinburgh : Printed for the booksellers, 1819', 'Edinburgh', NULL, NULL, '1819-01-01 00:00:00', '1819-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (850, NULL, 0, NULL, 0, 'A collection of new songs. 1. Sally in our alley. 2. Pretty Sally\'s kind answer. 3. Green grow the rashes. 4. The Highland laddie', NULL, 'Printed by George Angus, Side, Newcastle, [s.a.]', 'Newcastle upon Tyne', 'Angus, George', NULL, '1780-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (851, NULL, 0, NULL, 0, 'A collection of old Scottish songs; called, The haughs of Cromdale, to which is added, Jenny\'s bawbee, and Young Jamie.', NULL, 'Glasgow : Printed for the booksellers, 1828', 'Glasgow', NULL, NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (852, NULL, 0, NULL, 0, 'A collection of songs, &c. No. V, containing Hooly and fairly. Taste life\'s glad moments. Donald Caird. Bruce\'s address. The sprig of shillelah.', NULL, 'Edinburgh : Printed for the booksellers, [1815-1825?] ', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, '5', 'Woodcut on title page.\r\nIn verse.\r\nDated from external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (853, NULL, 0, NULL, 0, 'A collection of songs, &c. No. VII…', NULL, 'Edinburgh : Printed for the booksellers, [s.a.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', 12.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (854, NULL, 0, NULL, 0, 'Collection of songs, &c. No. IX.', NULL, 'Edinburgh : Printed for the booksellers. [s.a.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', 12.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (855, NULL, 0, NULL, 0, 'A collection of songs, &c. No X.', NULL, 'Edinburgh : Printed for the booksellers, [1815-1825?] ', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (856, NULL, 0, NULL, 0, 'A collection of songs, &c. No. XVIII.', NULL, 'Edinburgh : Printed for the booksellers, [s.a.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', 12.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (857, NULL, 0, NULL, 0, 'A collection of songs, &c. No. XIX.', NULL, 'Edinburgh : Printed for the booksellers, [1815-1825?] ', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (858, NULL, 0, NULL, 0, 'Come under my plaidie. On a bonny day when the heather was blooming. I loo\'d ne\'er a laddie but ane', NULL, 'Edinburgh : Printed for the booksellers, 1819', 'Edinburgh', NULL, NULL, '1819-01-01 00:00:00', '1819-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nCome under my plaidie : Tune - Johnny Macgill.\r\nI loo\'d ne\'er a laddie but ane : Tune - My lodging is on the cold ground.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (859, NULL, 0, NULL, 0, 'The comic reciter; a selection of the best and most popular comic pieces for recitation.', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '1', 'one penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (860, NULL, 0, NULL, 0, 'The comical and merry tricks of Tom Thumb, the wonderful. To which is added, Three wishes.', NULL, 'Paisley : Printed by G. Caldwell, 2, New Street, Where is always kept on sale, a choice and extensive assortment of histories, songs, children\'s story books, school books, &c. &c. &c., [1828-1831?] ', 'Paisley', 'Caldwell, George, junior', NULL, '1828-01-01 00:00:00', '1831-12-31 00:00:00', '24', 12.6, '6', NULL, NULL, NULL, 'Dated from the Scottish Book Trade Index.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (861, NULL, 0, NULL, 0, 'The comical notes, and sayings, of the Reverend Mr. John Pettegrew, late minister of the Gospel at Long-goven, near Glasgow.', NULL, 'Edinburgh : Printed and sold by Archibald Martin at his printing-house in the Horse Wynd, 1767.', 'Edinburgh', 'Martin, Archibald', NULL, '1767-01-01 00:00:00', '1767-12-31 00:00:00', '8', 13.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (862, NULL, 0, NULL, 0, 'The comical story of Thrummy cap, and the ghaist; to which is added, William and his dog.', NULL, 'Elgin : Printed for the booksellers, [s.a.]', 'Elgin', NULL, NULL, NULL, NULL, '24', 13.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (863, NULL, 0, NULL, 0, 'The comical tricks of Lothian Tom. With a selection of anecdotes.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.3, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nDated from external evidence.\r\nThe title page includes an illustration of a cow in a field. Both the illustration and the typeface on the title page are different from the copy at StEdNL : L.C.2852.A(5). The text is identical.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (864, NULL, 0, NULL, 0, 'The considerate nymph; or, the bashful shepherd. To which are added, Ready money and no trust. The young man\'s dream. The maid\'s kind answer. The milkmaid. A maid and wife contrasted.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1803', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1803-01-01 00:00:00', '1803-12-31 00:00:00', '8', 11.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (865, NULL, 0, NULL, 0, 'The constant lover\'s happy meeting; or, the faithful soldier\'s return. To which are added, Princess Elizabeth\'s lamentation. A king smitten by a beggar wench. Vauxhall watch. Nymphs of Britain.', NULL, 'Glasgow : Printed by J. & M. Robertson, (No. 20) Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (866, NULL, 0, NULL, 0, 'Cottage tales for little people; or, The amusing repository for all good boys and girls', NULL, 'Glasgow : Lumsden & Son, 60 Queen-Street, Glasgow.', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1815-01-01 00:00:00', '1820-12-31 00:00:00', '32', 8.2, '12', 'Twopence', 'Lumsden & Son\'s juvenile library', NULL, NULL, 'Roscoe & Brimmell, no. 59.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (867, NULL, 0, NULL, 0, 'The crafty chambermaid; or, beauty and virtue rewarded. In three parts.', NULL, 'printed and sold by T. Evans, No 79, Longlane, Smithfield, London, [s.a.]', 'London', 'Evans, T.', NULL, NULL, NULL, '8', 15, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (868, NULL, 0, NULL, 0, 'Crispine and Crispianus; or, the history of the gentle craft.', NULL, 'London : Printed and sold by J. Hollis, Shoemake (sic) Row, Black-Friars [s.a.]', 'London', 'Hollis, J.', NULL, NULL, NULL, '72', 14.2, '5', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (869, NULL, 0, NULL, 0, 'The curious and entertaining history of Whittington and his cat.', NULL, 'Edinburgh : Printed for the booksellers. By R. Menzies, Lawnmarket. [s.a.]', 'Edinburgh', 'Menzies, R.', NULL, '1820-01-01 00:00:00', '1850-12-31 00:00:00', '16', 13, '1', 'twopence', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (870, NULL, 0, NULL, 0, 'A curious catechism... Also, a copy of a petition from the grave-diggers, against Temperance Societies', NULL, 'Paisley : Printed by G. Caldwell, [ca. 1830?] ', 'Paisley', 'Caldwell, George', NULL, '1830-01-01 00:00:00', '1830-12-31 00:00:00', '8', 13, '0', NULL, NULL, NULL, 'Dated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (871, NULL, 0, NULL, 0, 'A curious collection of Scottish poems, in two parts…', NULL, 'Aberdeen : Printed by A. Imlay for Alex. Keith, Long Acre, and Sold by him and most other books, 1821', 'Aberdeen', 'Keith, Alexander', 'Imlay, A.', '1821-01-01 00:00:00', '1821-12-31 00:00:00', '54', 15.6, '0', 'sixpence', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (872, NULL, 0, NULL, 0, 'Dainty Davie. Sic a wife as Willie had. The blue-eyed lassie. The rantin dog the daddie o\'t. A plague on all musty old lubbers. O my love is like the red red rose.', NULL, 'Glasgow : Printed for the booksellers, 1823', 'Glasgow', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (873, NULL, 0, NULL, 0, 'The dawning of the day; or, the milk maid beguiled. To which are added, Sweet Robin\'s elopement. A patriotic song. Beauty\'s blossom. The parting kiss.', NULL, 'Glasgow : Printed by J. & M. Robertson, (20.) Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (874, NULL, 0, NULL, 0, 'The death and burial of Cock Robin', NULL, 'Printed by J. Catnach, 2, & 3, Monmouth-court, London. Sold by all booksellers.London, [s.a.]', 'London', 'Catnach, J.', NULL, '1830-01-01 00:00:00', '1860-12-31 00:00:00', '12', 11.9, '17', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (875, NULL, 0, NULL, 0, 'The death and funeral of William Stevenson, a miser who died at Kilmarnock, on the 17th July, 1820. With an account of his preparations before death. ...', NULL, 'Edinburgh; printed for the booksellers in town and country.', 'Edinburgh', NULL, NULL, '1820-07-17 00:00:00', '1850-12-31 00:00:00', '8', 14.1, '0', 'one penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (876, NULL, 0, NULL, 0, 'Death of Nelson. The rakish sailor. The Lanarkshire lads. And The Greenock sailor.', NULL, 'Edinburgh : Printed for the booksellers, 1819', 'Edinburgh', NULL, NULL, '1819-01-01 00:00:00', '1819-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, 'Nelson, Horatio Nelson, Viscount, 1758-1805.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (877, NULL, 0, NULL, 0, 'The Death of Wolfe. Love has eyes. The girl of my heart. Sally Roy. Stay, traveller, tarry. The woodland maid.', NULL, 'Edinburgh : Printed for the booksellers, [1815-1825?] ', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external evidence.', NULL, 0, 'Wolfe, James 1727-1759.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (878, 'Defoe, Daniel, 1661?-1731', 0, NULL, 0, 'The life and most surprising adventures of Robinson Crusoe of York, mariner', NULL, 'Glasgow, 1774', 'Glasgow', NULL, NULL, '1774-01-01 00:00:00', '1774-12-31 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (879, 'Defoe, Daniel, 1661?-1731', 0, NULL, 0, 'The life and surprising adventures of Robinson Crusoe. Embellished with eight elegant engravings.', 'New edition', 'Glasgow : Published by J. Lumsden & Son, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1818-01-01 00:00:00', '1825-12-31 00:00:00', '[2], 51, [2]', 11.7, '8', 'Sixpence', NULL, NULL, 'Engraved paper label on front wrapper: Lumsden & Son\'s new edition of Robinson Crusoe.', 'Roscoe & Brimmell, no. 115.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (880, NULL, 0, NULL, 0, 'The wonderful life and suffering adventures, of that renowned hero, Robinson Crusoe...', NULL, 'Falkirk : Printed and sold by T. Johnston, 1823', 'Falkirk', 'Johnston, Thomas', NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '24', 13.8, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (881, NULL, 0, NULL, 0, 'Deil tak the wars: to which are added Tak your auld cloak about ye. Lilies of the valley. The maid who tends the goats. Ah! Chloris', NULL, 'Edinburgh : Printed for the booksellers in Scotland, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.4, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (882, NULL, 0, NULL, 0, 'A description of the Four Parts of the world. Viz. Europe, Asia, Africa, and America. With the several kingdoms, states, &c contained therein. Together with the religion, nature of the air, soil, and different traffics of each province or kingdom, &c.', NULL, 'Stirling : Printed by M. Randall [s.a.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 14.1, '5', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (883, 'Dewar, Neil', 0, NULL, 0, 'Narrative of the shipwreck and sufferings of Neil Dewar, seaman of the Rebecca of Quebec, wrecked on the coast of Labradore, who had both his legs and arms amputated for the third time, by Drs. Corkindale and Cumin, of Glasgow. Edited by James Smith, Esq., of Jordanhill. ; edited by James Smith of Jardanhill', NULL, 'Greenock : Printed for Neil Dewar, 1843', 'Greenock', 'Dewar, Neil', 'Malcom, John', '1843-01-01 00:00:00', '1843-12-31 00:00:00', '12', 13.8, '1', 'Sixpence', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (884, NULL, 0, NULL, 0, 'The disappointed lover; to which are added, Up in the morning. Wellington\'s address. My bonny Jean', NULL, 'Stirling : Printed by W. Macnie, 1825', 'Stirling', 'Macnie, William', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.2, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, 'Wellington, Arthur Wellesley, Duke of, 1769-1852 Songs and music.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (885, NULL, 0, NULL, 0, 'The discreet princess; or, the adventures of Finetta. : an entertaining story for the amusement of young masters and misses.', NULL, 'Glasgow : Published by J. Lumsden & Son, 1818', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1818-01-01 00:00:00', '1818-12-31 00:00:00', '57', 11.6, '13', NULL, NULL, NULL, 'Engraved paper label on front wrapper: Lumsden & Son\'s edition of Finetta.\r\nDedication to Lady Mary Montague by R. Samber (pp v-viii).', 'Roscoe & Brimmell, no. 61.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (886, NULL, 0, NULL, 0, 'The distressed sailor\'s garland. In three parts…', NULL, '[S.l.] : [s.a.]', NULL, NULL, NULL, '1800-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (887, NULL, 0, NULL, 0, 'A diverting courtship which lately happened in this neighbourhood, between a woman of fourscore, and a youth of sixteen, whom she married.', NULL, 'Glasgow Printed in the Saltmarket. MDCCXII.', 'Glasgow', NULL, NULL, '1712-01-01 00:00:00', '1712-12-31 00:00:00', '8', 15.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (888, NULL, 0, NULL, 0, 'A diverting dialogue, both serious and comical. That passed the other day between a noted shoemaker and his wife, living in this neighbourhood.', NULL, 'Stirling : Printed by C. Randall, 1807', 'Stirling', 'Randall, Charles', NULL, '1807-01-01 00:00:00', '1807-12-31 00:00:00', '8', 15, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (889, NULL, 0, NULL, 0, 'Donald and Norna: a tale', NULL, 'Brechin : Printed for Alex. Black, bookseller, 1837', 'Brechin', 'Black, Alexander', NULL, '1837-01-01 00:00:00', '1837-12-31 00:00:00', '16', 13, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (890, NULL, 0, NULL, 0, 'Donald Caird. The absent lover. The way-worn traveller. For lake of gold. The flowers of the forest. No more by sorrow chas\'d', NULL, 'Edinburgh : Printed for the booksellers, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (891, NULL, 0, NULL, 0, 'Donald M\'Donald. To which are added, The tempest. Anither gill', NULL, 'Stirling : Printed in this present year, [s.a.]', 'Stirling', 'Randall, Charles', NULL, '1994-01-01 00:00:00', '1815-12-31 00:00:00', '8', 13.8, '1', NULL, NULL, NULL, 'Printer possibly Charles Randall.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (892, NULL, 0, NULL, 0, 'The downfal of Buonaparte', NULL, 'Printed by J. Niven, for the Glasgow Religious Tract Society. The Society\'s tracts are sold by ...', 'Glasgow', 'Niven, J.', 'Glasgow Religious Tract Society', '1814-01-01 00:00:00', '1814-12-31 00:00:00', '8', 15.5, '1', 'four pence per dozen, 2shillings &.8 pence per 100', 'Glasgow Religious TRact Society', '22', 'Lists bulk sellers of Glasgow Religious Tract Society publications', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (893, NULL, 0, NULL, 0, 'Down the burn Davie. The meeting of the waters. Andro wi\' his cutty gun. The soldier\'s dream. For lake of gold', NULL, 'Edinburgh : Printed for the booksellers, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (894, NULL, 0, NULL, 0, 'The Dragoon & Peggy. To which are added, The swain design\'d for love and me. O\'er the moor to Maggy. The generous gentleman. A good hint.', NULL, 'Glasgow : Printed by J. & M. Robertson, [No. 20.] Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, '1802 edition at Bh13-d.3', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (895, NULL, 0, NULL, 0, 'A dreadfule example for wicked husbands; or The Virtuous Wife in Distress', NULL, 'Edinburgh : Printed by J. Morren. [s.a.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', 13.5, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (896, NULL, 0, NULL, 0, 'The Dragoon and Peggy. To which is added, Oxter my laddie.', NULL, 'T. Johnston,Printer, Falkirk (on last page; front page imprint possibly lost in cropping) [s.a.]', 'Falkirk', 'Johnston, Thomas', NULL, '1897-01-01 00:00:00', '1819-12-31 00:00:00', '8', 14.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (897, NULL, 0, NULL, 0, 'The Dublin baker. To which are added, Tea and brandy. The greenwood tree. Jockie lad an ye wa\'d steal me. Lovely Nancy and the handsome Sergeant. Masonry an art.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1805', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1805-01-01 00:00:00', '1805-12-31 00:00:00', '8', 13.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (898, NULL, 0, NULL, 0, 'Dugald MacTaggart. The last rose of Summer. I have parks, I have grounds. I\'ll think on thee, my love. Love\'s blind, they say.', NULL, 'Edinburgh : Printed for the booksellers, [1815-1825?] ', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (899, NULL, 0, NULL, 0, 'The Duke of Gordon\'s three daughters, to which are added, Mary I believ\'d thee true, and Prince Charlie', NULL, 'Falkirk : Printed for the booksellers, [1840-1850?] ', 'Falkirk', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12.4, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external and internal evidence.', NULL, 0, 'Charles Edward, Prince, grandson of James II, King of England, 1720-17', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (900, NULL, 0, NULL, 0, 'The Duke of Gordon\'s three daughters. To which is added Mrs. Burns lament for Burns', NULL, 'Peterhead : Printed by P. Buchan [s.a.]', 'Peterhead', 'Buchan, Peter', NULL, '2016-01-01 00:00:00', '2019-12-31 00:00:00', '8', 12.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (901, NULL, 0, NULL, 0, 'The Durham garland. In four parts', NULL, 'Edinburgh : Printed and sold opposite the foot of Forrester\'s Wynd, Cowgate', 'Edinburgh', 'Martin, Archibald', NULL, '1760-01-01 00:00:00', '1765-12-31 00:00:00', '8', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (902, NULL, 0, NULL, 0, 'The dying groans of Sir John Barleycorn. Being his grievous complaints against the brewers of bad ale. To which is added, Donal Drouth\'s reply, with a large description of his drunken wife. Also the copy of a Summons, for any drunken person, by inserting their names in the blanks.', NULL, '[S.l.] : Published at the desire of all barley bibbers and lovers of good ale [s.a.]', NULL, NULL, NULL, '1799-01-01 00:00:00', '1805-12-31 00:00:00', '8', 16.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (903, NULL, 0, NULL, 0, 'Easter Monday. To which are added, The milking pail, Lochaber no more, The birks of Invermay, and Miss Drummond.', NULL, 'Greenock : Printed by W. Scott, [s.a.]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (904, NULL, 0, NULL, 0, 'Easy lessons for children', NULL, 'Glasgow : Printed for James Duncan, Junior, bookseller, Saltmarket, 1799', 'Glasgow', 'Duncan, James', NULL, '1799-01-01 00:00:00', '1799-12-31 00:00:00', '24', 11.1, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (905, NULL, 0, NULL, 0, 'Edwin and Emma; to which are added, The meeting of the waters, I\'m grieved to leave my comrades all, I ha\'e a wife o\' my ain', NULL, 'Stirling : Printed by W. Macnie, 1825', 'Stirling', 'Macnie, William', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.7, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nEdwin and Emma - anonymous. By David Mallet.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (906, NULL, 0, NULL, 0, 'The Egyptian wedding. To which are added, The pleasures of love, With The answer, Love at a wedding, and The fickle fix\'d', NULL, '[Stirling?] : Entered according to order, 1805', 'Stirling', 'Randall, Charles', NULL, '1805-01-01 00:00:00', '1805-12-31 00:00:00', '8', 13.6, '1 (used sideways)', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication from internal and external evidence.', NULL, 0, 'Napoleon I, Emperor of the French, 1769-1821.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (907, NULL, 0, NULL, 0, 'Eight favourite songs. Hurra for the bonnets o\' blue. A soldier\'s gratitude. Thou hast left me ever, Jamie. Had I a heart for falsehood framed. Up in the morning early. On Belvidera\'s bosom lying. Away with melancholy. It is not so', NULL, 'Newton-Stewart : Printed for the booksellers, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (908, NULL, 0, NULL, 0, 'Eight new songs. Tell her I\'ll love her, King Robert\'s address, The Lowland lads think they are fine, The garland of love, O don\'t forget me, For the sake of gold she\'s left me. The thorn. The days o\' langsyne', NULL, 'Falkirk : Printed and sold by T. Johnston. [s.a.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (909, NULL, 0, NULL, 0, 'An elegy on Sir Robert Grierson, of Lag. Who died December 23d, 1733. Or, The Prince of Darkness\' Lamentation for the Laird of Lag, and others.', NULL, 'Kilmarnock : Printed for the booksellers, [s.a.]', 'Kilmarnock', NULL, NULL, NULL, NULL, '24', 13.8, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (910, NULL, 0, NULL, 0, 'The enchanted lover, with the answer. To which are added, Bonny Ketty sitting spinning; and Bess in Bedlam.', NULL, 'Peterhead : Printed by P. Buchan, 1817.', 'Peterhead', 'Buchan, Peter', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (911, 'Day, Thomas', 0, NULL, 0, 'The entertaining & instructing history of little Jack. Embellished with eight elegant engravings', 'New edition', 'Glasgow : Published by J. Lumsden & Son, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1825-01-01 00:00:00', '1830-12-31 00:00:00', '36', 11.6, '8', 'Sixpence', NULL, NULL, 'Paper label on front wrapper: Lumsden & Son\'s edition of Little Jack.', 'Roscoe & Brimmell, no. 93.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (912, NULL, 0, NULL, 0, 'The entertaining storyteller... To which are added, A receipt for lowness of spirits. Description of the different kinds of drunkenness. And the Irishman\'s new method of challenging a jury', NULL, 'Falkirk : Printed and sold by T. Johnston, 1801', 'Falkirk', 'Johnston, Thomas', NULL, '1801-01-01 00:00:00', '1801-12-31 00:00:00', '16', 15.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (913, 'Erskine, Ebenezer, 1680-1754', 0, NULL, 0, 'The believer exalted in imputed righteousness: a sermon preached at a sacramental occasion. By the late Rev. Mr Ebenezer Erskine, Minister of the Gospel at Stirling.', NULL, 'Glasgow : [Slexander Adam?], [s.a.]', 'Glasgow', 'Adam, Alexander', 'Caldwell, George', '1774-01-01 00:00:00', '1782-12-31 00:00:00', '24', 15.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (914, 'Erskine, Ralph, 1685-1752', 0, NULL, 0, 'The River of Life; proceeding out of the throne of God, and of the Lamb, a sermon preached immediately before the Sacrament of the Lord\'s Supper, at Dunfermline, July 6th, 1735.', NULL, 'Glasgow : Printed by Alex. Adam. for George Caldwell, bookseller, near the Cross, Paisley. MDCCLXXVII', 'Glasgow', 'Adam, Alexander', 'Caldwell, George', '1778-01-01 00:00:00', '1778-12-31 00:00:00', '40', 15.5, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (915, NULL, 0, NULL, 0, 'Esk Mill, Tune - Banks of the Devon. To which are added, The Scottish exile, Woo\'d and married an\' a\'. The galley slave. The beds of roses.', NULL, 'Edinburgh : Printed for the booksellers, 1820', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (916, NULL, 0, NULL, 0, 'The ewie wi the crooked horn. The maid in Bedlam. Whate\'er my lot. Life is like a Summer flower', NULL, 'Glasgow : Printed for the booksellers, 1823', 'Glasgow', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (917, NULL, 0, NULL, 0, 'An excellent collection of popular songs; 1. My Nannie, O. 2. The soldier\'s adieu. 3. Kate Kearney. 4. King Robert\'s address. 5. Gloomy Winter\'s now awa\'. 6. Old Towler. 7. Judy O\'Flannikin. 8. This is no mine ain lassie.', NULL, 'Edinburgh : Printed for the booksellers in town and country, [s.a.]', 'Edinburgh', NULL, NULL, '1810-01-01 00:00:00', '1840-12-31 00:00:00', '8', 12.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (918, NULL, 0, NULL, 0, 'An excellent collection of popular songs; viz. 1. A jolly Jack Tar. 2. Once more I\'ll tune. 3. My deary, if thou die. 4. The cobbler. 5. Ah, well-a-day, my poor heart!', NULL, 'Edinburgh : Printed for the booksellers in town and country. [s.a.]', 'Edinburgh', NULL, NULL, '1790-01-01 00:00:00', '1840-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (919, NULL, 0, NULL, 0, 'The excellent old Scots song of the blaeberry courtship. To which is added, The crook and plaid', NULL, 'Falkirk : Printed for the booksellers, [1840-1850?] ', 'Falkirk', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade index and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (920, NULL, 0, NULL, 0, 'An excellent old Scottish song. The blaeberry courtship.', NULL, 'Newton-Stewart : Printed for the booksellers by J. M\'Nairn, [n.d.]', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (921, NULL, 0, NULL, 0, 'An excellent old song, intitled Young Beichan and Susie Pye. To which is added, Britannia\'s call.', NULL, 'Glasgow : published by J. Lumsden and Son, 1821. (On back cover:) J. Neilson, printer.', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1821-01-01 00:00:00', '1821-12-31 00:00:00', '8', 13.1, '1', NULL, NULL, NULL, 'Printer was John Neilson', 'Roscoe & Brimmell, no. 150.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (922, NULL, 0, NULL, 0, 'The exploits of wise Willie, and Witty Eppie, the ale-wife of Buckhaven.', NULL, 'Glasgow : Printed for the booksellers, [1820-1830?] ', 'Glasgow', NULL, NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '24', 13.6, '2', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (923, NULL, 0, NULL, 0, 'The face of our King is the picture for me, to which are added, Jamie Gay on the River Tweed, Buxom Nan of Dover, and, Molly Malone.', NULL, 'Greenock : Printed by W. Scott, [s.a.]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.2, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (924, NULL, 0, NULL, 0, 'The factor\'s garland, and The cruel Captain. In four parts', NULL, 'Falkirk : Printed by T. Johnston [s.a.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1819-12-31 00:00:00', '8', 14.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (925, NULL, 0, NULL, 0, 'The factor\'s garland. In four parts', NULL, 'Falkirk : Printed for the booksellers, [1840-1850?] ', 'Falkirk', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (926, NULL, 0, NULL, 0, 'The factor\'s garland. In four parts.... To which is added, Beauty & rigour.', NULL, 'Glasgow : Printed by J. & M. Robertson, [20.] Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (927, NULL, 0, NULL, 0, 'Fair Margaret\'s misfortunes; To which are added, A cogie of ale. The weary pund o\' tow. Song in Rosina.', NULL, 'Edinburgh : Printed for the booksellers, [1815-1825?] ', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (928, NULL, 0, NULL, 0, 'Fair Margaret\'s misfortunes; to which are added, A cogie of ale. The weary pund o\' tow. Song in Rosina.', NULL, 'Stirling : Printed by W. Macnie, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (929, NULL, 0, NULL, 0, 'The faithless sea-captain: a love song, in three parts', NULL, 'Falkirk : Printed in the year 1821 (on back : \'Falkirk - T. Johnston, printer\')', 'Falkirk', 'Johnston, Thomas', NULL, '1821-01-01 00:00:00', '1821-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (930, NULL, 0, NULL, 0, 'A false friend... To which are added, Ad. Duncan\'s victory over the Dutch fleet. The auld man\'s best argument. Lay thy loof in mine lass. Sylvia\'s charms.', NULL, 'Glasgow : Printed by J. & M. Robertson, [No.20.] Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (931, NULL, 0, NULL, 0, 'Famous and memorable history of the battle of Chevy-Chace... To which is added an old ballad on the same subject', NULL, 'Edinburgh : Printed for the booksellers. No. IX. [s.a.]', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1850-12-31 00:00:00', '24', 14.6, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (932, NULL, 0, NULL, 0, 'The famous and memorable history of the battle on Chevy-Chace... To which is added, an old ballad on the same subject', NULL, 'Stirling : Printed and sold by C. Randall, 1811', 'Stirling', 'Randall, Charles', NULL, '1811-01-01 00:00:00', '1811-12-31 00:00:00', '24', 13.7, '1', NULL, NULL, NULL, NULL, NULL, 0, 'Percy, Henry, Lord, 1364-1403.\r\nDouglas, James Douglas, Earl of, ca. 1', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (933, NULL, 0, NULL, 0, 'The famous history of Friar Bacon...: with the lives and deaths of the two conjurers, Bunget and Vandermast.', NULL, 'London : Printed and sold by J. Hollis, No. 21, Shoemaker-Row, Blackfriars, [s.a.]', 'London', 'Hollis, J.', NULL, NULL, NULL, '72', 14.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (934, 'Bicknell, Mrs', 0, NULL, 0, 'The famous history of the whimsical Mr. Spectator. By the famous Mrs Bicknell with agreeable letters, both witty and very entertaining for a winter\' evening, or a summers retreat.', NULL, 'Edinburgh: : Printed by A. Robertson oposite to the Old Assembly Close., [1785-1795?] ', 'Edinburgh', 'Robertson, Alexander?', NULL, '1785-01-01 00:00:00', '1795-12-31 00:00:00', '24', 13.6, '1', '2d', NULL, NULL, 'Woodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (935, NULL, 0, NULL, 0, 'The famous sea-fight between Capt. Ward and the Rainbow: To which is added, The haughs of Crumdel…', NULL, 'Paisley : Printed by J. Neilson for G. Caldwell, [s.a.]', 'Paisley', 'Caldwell, George', 'Neilson, John', '1784-01-01 00:00:00', '1822-12-31 00:00:00', '8', 14.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (936, NULL, 0, NULL, 0, 'A famous sea-fight between Capt. Ward, and the Rainbow. To which is added, The ship paid off. Jack Tar. Jolly toper', NULL, 'Printed by J Chalmers & Co, Castlestreet, Aberdeen, [s.a.]', 'Aberdeen', 'Chalmers, James', NULL, '1771-01-01 00:00:00', '1810-12-31 00:00:00', '8', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (937, NULL, 0, NULL, 0, 'The farmers glory', NULL, '[S.l.] : Entered according to order, [s.a.]', NULL, NULL, NULL, NULL, NULL, '8', 13.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (938, NULL, 0, NULL, 0, 'The first part of the history of the king and the cobbler…', NULL, 'Newcastle : Printed by G. Angus in the Side, [s.a.]', 'Newcastle upon Tyne', 'Angus, George', NULL, '1780-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13.5, '11', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (939, NULL, 0, NULL, 0, 'Five comic songs. The sawyer and the lawyer. Paddy\'s balloon. Neighbour Sly. What are you at? What are you after? and Peg Briggs and her pigs', NULL, 'Falkirk, sold by T. Johnston. [s.a.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (940, NULL, 0, NULL, 0, 'Five excellent love songs, called We\'ve ay been provided for, &c. The Bologne expedition, The chains of love, The time to love, The lee rigs.', NULL, 'Stirling : Printed by C. Randall, 1808', 'Stirling', 'Randall, Charles', NULL, '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (941, NULL, 0, NULL, 0, 'Five excellent new songs; called The disappointed sailor. The rapture. Teach me the art of love. Lord Thomas of Winsbery. The ship paid off', NULL, 'printed by J. Chalmers & Co Castlestreet Aberdeen, [s.a.]', 'Aberdeen', 'Chalmers, James', NULL, '1771-01-01 00:00:00', '1810-12-31 00:00:00', '8', 13.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (942, NULL, 0, NULL, 0, 'Five excellent new songs; entituled I. An American song, to the Sons of Liberty. II. A new song on America. III. A song in praise of the Light Infantry. IV. The female dragoon. V. The sailor\'s lamentation.', NULL, '[Stirling?] : Printed in the year 1775', 'Stirling', NULL, NULL, '1775-01-01 00:00:00', '1775-12-31 00:00:00', '8', 14.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (943, NULL, 0, NULL, 0, 'Five excellent songs. The Bay of Biscay. Sandy Gray. Tom and Poll. There\'s nae luck about the house. O\'er the water to Charlie', NULL, 'Falkirk : Printed for the booksellers, [1830-1840?] ', 'Falkirk', NULL, NULL, '1830-01-01 00:00:00', '1840-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (944, NULL, 0, NULL, 0, 'Five excellent new songs, entitled, The cottager\'s daughter. Dulce domum. Toby Filpot. The beggar girl. Eliza.', NULL, 'Stirling, : Printed by C. Randall, [1800?] ', 'Stirling', 'Randall, Charles', NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external evidence.\r\nThe sailor dear : Tune - The vicar and Moses.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (945, NULL, 0, NULL, 0, 'Five excellent new songs, viz. The chapter of kings. Paddy Bull\'s expedition. Poor Emma. Hey for a lass wi\' a tocher. The meadows look cheerful.', NULL, 'J. Robertson, printer, Horse-Wynd, Edinburgh, [s.a.]', 'Edinburgh', 'Robertson, James', NULL, '1793-01-01 00:00:00', '1806-12-31 00:00:00', '8', 13.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (946, NULL, 0, NULL, 0, 'Five excellent new songs, viz. The exile of Erin. Crazy Jane. Listen to the voice of love. And saw will we yet. Parting moments.', NULL, 'J. Robertson, printer, Horse-Wynd, Edinburgh, [s.a.]', 'Edinburgh', 'Robertson, James', NULL, '1993-01-01 00:00:00', '2006-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (947, NULL, 0, NULL, 0, 'Five excellent new songs, viz. The lammy. Flowers of the forest. The weary pund o\' tow. Jockey. Cowden-Knowes.', NULL, 'J. Robertson, printer, Horse-Wynd, Edinburgh, [s.a.]', 'Edinburgh', 'Robertson, James', NULL, '1993-01-01 00:00:00', '2006-12-31 00:00:00', '8', 13.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (948, NULL, 0, NULL, 0, 'Five excellent new songs, viz. The shipwreck. The shipwreck\'d tar. The brown jug. The mariner\'s wife. Jenny\'s bawbie.', NULL, 'J. Robertson, printer, Horse-Wynd, Edinburgh, [s.a.]', 'Edinburgh', 'Robertson, James', NULL, '1993-01-01 00:00:00', '2006-12-31 00:00:00', '8', 13.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (949, NULL, 0, NULL, 0, 'Five excellent new songs, viz, We\'ll hap and row the feety o\'t. The lass of Patie\'s mill. The poor little blind beggar boy. Dumbarton\'s drums. The old man\'s song', NULL, 'Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1993-01-01 00:00:00', '1822-12-31 00:00:00', '8', 14, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (950, NULL, 0, NULL, 0, 'Five favourite new songs, viz. A wonderful song. Yougal harbour. The new way of, my coggie: Britons strike home. The hero comes.', NULL, 'Stirling : Printed by C. Randall, [s.a.]', 'Stirling', 'Randall, Charles', NULL, '1794-01-01 00:00:00', '1812-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (951, NULL, 0, NULL, 0, 'Five favourite songs. Allan Water. O life is like a summer flower. My Highland home. A trip to Loch Lomond. The blythesome bridal', NULL, 'Falkirk : Printed for the booksellers [s.a.]', 'Falkirk', NULL, NULL, '1810-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (952, NULL, 0, NULL, 0, 'Five favourite songs. The bonny lass of Auchinbee. Flora\'s lament. My Highland home. Donnel and Flora. The Highland minstrel boy.', NULL, 'Falkirk : Printed for the booksellers, [1830-1840?] ', 'Falkirk', NULL, NULL, '1830-01-01 00:00:00', '1840-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (953, NULL, 0, NULL, 0, 'Five new songs. Namely, The sailor\'s adieu. The sailor\'s return. A choice duck. The sovereign bank. The drummer', NULL, 'Falkirk : Printed by T. Johnston [s.a.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (954, NULL, 0, NULL, 0, 'Five new songs. Neil Gow\'s farewel to whisky The Stirlingshire ploughman. My Jean and native Caledonia. From the Forth to the Barn. The Traquire shepherds', NULL, 'Edinburgh : Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1993-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (955, NULL, 0, NULL, 0, 'Five old Scottish ballads. Bessy Bell and Mary Gray. Down the burn Davie. My joe Janet. Hooly and fairly. Waly, waly, gin love be bonny', NULL, 'Falkirk : Printed for the booksellers, [s.a.]', 'Falkirk', NULL, NULL, '1810-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (956, NULL, 0, NULL, 0, 'Five popular songs: Culloden day. Hame, hame, hame. Bonnie Charlie. Contented wi\' little. Lewie Gordon.', NULL, 'Falkirk : Printed by R. Taylor, [1825-1826?] ', 'Falkirk', 'Taylor, Robert', NULL, '1825-01-01 00:00:00', '1826-12-31 00:00:00', '8', 10.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (957, NULL, 0, NULL, 0, 'Five popular songs. There came to the beach. Jim Crow\'s trip to Greenwich. My mither ment my auld breeks. Lash to the helm. Braes o birniebouzle.', NULL, 'Glasgow : Printed for the booksellers, [s.a.]', 'Glasgow', NULL, NULL, '1820-01-01 00:00:00', '1860-12-31 00:00:00', '8', 12, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (958, NULL, 0, NULL, 0, 'Five Scots comic songs. Rab Roryson\'s bonnet. Meg\'s dochter. Bobing John. The carle he cam o\'er the craft. My love she\'s but a lassie yet.', NULL, 'Kilmarnock : Printed for the booksellers, [s.a.]', 'Kilmarnock', NULL, NULL, NULL, NULL, '8', 12.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (959, NULL, 0, NULL, 0, 'Five songs. Black eyed Susan. O gin my love were yon red rose. My tocher\'s the jewel. Bessy\'s lament. The undaunted maiden.', NULL, 'Kilmarnock : Printed for the booksellers, [s.a.]', 'Kilmarnock', NULL, NULL, NULL, NULL, '8', 13, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (960, NULL, 0, NULL, 0, 'Five songs. Bruce\'s address. The maid of Erin. The birks of Invermay. The braes of Balquhither. The craigs o\' Kyle', NULL, 'Glasgow : Printed for the booksellers, 1823', 'Glasgow', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (961, NULL, 0, NULL, 0, 'Five songs. George Reilly\'s return. Auld Robin Gray. The banks of the Dee. Robin Adair. Dainty Davie', NULL, 'Edinburgh : Printed by J. Morren.', 'Edinburgh', 'Morren, John', NULL, '1993-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (962, NULL, 0, NULL, 0, 'Five songs. Loudon\'s woods and braes. The peck o\' maut. Paddy\'s seven ages. The Rose of Dunmore. Sleepin\' Maggy', NULL, '[S.l.] : Printed for the booksellers [s.a.]', NULL, NULL, NULL, NULL, NULL, '8', 12.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (963, NULL, 0, NULL, 0, 'Five songs. O Willie is a canty chiel. John Anderson my jo, New edition. The weary pund o\' tow. I dearly love my Jean. What ails you Pate', NULL, 'Falkirk- printed by R. Taylor, [s.a.]', 'Falkirk', 'Taylor, Robert', NULL, '1800-01-01 00:00:00', '1827-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (964, NULL, 0, NULL, 0, 'Five songs. The banks of Clyde. Within a mile of Edinburgh town. The sailor from Dover. The Scots Fuzileers. The beggar girl', NULL, 'Edinburgh : Printed by J. Morren', 'Edinburgh', 'Morren, John', NULL, '1797-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (965, NULL, 0, NULL, 0, 'Five songs. The happy farmer. Expedition to Dunkirk. Sally M\'Ghee. The county of Cavin. The happy man', NULL, 'Edinburgh : Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (966, NULL, 0, NULL, 0, 'Five songs. The lad the lasses wish to have. The Irish divorce. The hero of Ballinacrazy. Boys of Kilkenny. The lass in yon town', NULL, '[S.l.] : Printed for the booksellers [s.a.]', NULL, NULL, NULL, NULL, NULL, '8', 12.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (967, NULL, 0, NULL, 0, 'Five songs. The rigs of barley. Crabbit Carlin. The lass of Cartside. Lovely Nan. The revengeful lover', NULL, '[S.l.] : Printed for the booksellers [s.a.]', NULL, NULL, NULL, NULL, NULL, '8', 12.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (968, NULL, 0, NULL, 0, 'Five songs. The sailor\'s dream. We\'ve aye been provided for. Siege of Copenhagen. The Canadian boat song. Ellen of the Dee', NULL, '[S.l.] : Printed for the booksellers [s.a.]', NULL, NULL, NULL, NULL, NULL, '8', 12.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (969, NULL, 0, NULL, 0, 'Five songs. The sprig of Shillelah. The chapter of toddling. The Scottish exile. The true lovers. The drunkard reformed', NULL, 'Edinburgh : Printed by J. Morren', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (970, NULL, 0, NULL, 0, 'Five songs. The star of the east. The braes of Bewhither. Paddy Whack. Every thing has but its time. Ballendine Braes', NULL, '[S.l.] : Printed for the booksellers [s.a.]', NULL, NULL, NULL, NULL, NULL, '8', 12.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (971, NULL, 0, NULL, 0, 'Five songs. Whistle o\'er the lave o\'t. Auld Janet Baird. The boatie rows. I gaed a waefu\' gate yestreen. Auld John Borthwick.', NULL, 'Glasgow : Printed for the booksellers, [s.a.]', 'Glasgow', NULL, NULL, '1820-01-01 00:00:00', '1860-12-31 00:00:00', '8', 12.2, '2', NULL, NULL, NULL, 'Book printed by half-sheet imposition.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (972, NULL, 0, NULL, 0, 'Five songs. Willie was a wanton wag. Bailie Nicol Jarvie\'s journey to Aberfoil. Whistle, and I\'ll come to you. Bonny Johnnie Lowrie. Scottish whiskie', NULL, 'Kilmarnock : Printed for the booksellers, [1815-1820?] ', 'Kilmarnock', NULL, NULL, '1815-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from examination of text and style.\r\nBaillie Nicol Jarvie\'s journey to Aberfoil! : Air - Quaker\'s wife.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (973, NULL, 0, NULL, 0, 'The flower of Dumblane... To which is added, We\'ve ay been provided for. The tankard of ale... And Ianthe the lovely', NULL, 'Falkirk - T. Johnston, printer, 1814', 'Falkirk', 'Johnston, Thomas', NULL, '1814-01-01 00:00:00', '1814-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (974, NULL, 0, NULL, 0, 'The flowers of the forest. The shipwreck; or, the Middlesex Flora. The battle of Flowden-Hill, and Kate of Aberdeen', NULL, 'Falkirk - printed by T. Johnston, 1817', 'Falkirk', 'Johnston, Thomas', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', 11.8, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (975, NULL, 0, NULL, 0, 'The flowers of the forest. The soldier\'s return. Corn rigs are bonny. Blyth, blyth & merry was she', NULL, 'Glasgow : Printed for the booksellers, [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (976, NULL, 0, NULL, 0, 'The folly of witless women displayed; or, the history of haverel wives: written by Humphray Clinker the clashing wives clerk.', NULL, 'Glasgow : Printed for the company of flying stationers, in town and country. MDCCLXXXI.', 'Glasgow', NULL, NULL, '1781-01-01 00:00:00', '1781-12-31 00:00:00', '8', 14.6, '0', NULL, NULL, NULL, '2 decorative bloclks on front cover', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (977, NULL, 0, NULL, 0, 'The dominie depos\'d... To which is added, Maggy Johnston\'s elegy', NULL, '[Paisley?] : Printed for the booksellers, 1823', 'Paisley', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '24', 14.3, '1', NULL, NULL, NULL, 'Place of publication from external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (978, NULL, 0, NULL, 0, 'The forlorne damsel. To which are added, The handsome country maid. Tom and Polly\'s courtship. Cruel Nell. The linen weavers.', NULL, 'Glasgow : Printed by J. and M. Robertson, Saltmarket, 1802', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1802-01-01 00:00:00', '1802-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at the foot of p. 8 reads : Glasgow, Printed by J. & M. Robertson, Saltmarket, 1802.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (979, NULL, 0, NULL, 0, 'Four excellent new songs, 1, Auld Robin Gray. 2, Auld Robin\'s answer. 3, The tankard of ale. 4, The Galloway shepherds.', NULL, 'Printed and sold in Niddry\'s-Wynd, 1778', 'Edinburgh', 'Robertson, Alexander', NULL, '1778-01-01 00:00:00', '1778-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (980, NULL, 0, NULL, 0, 'Four excellent new songs, viz. The blithsome bridal. The chapter of fashions. Tweed-side. The definition', NULL, 'J. Robertson, printer, Horse-Wynd, Edinburgh, [s.a.]', 'Edinburgh', 'Robertson, James', NULL, '1793-01-01 00:00:00', '1806-12-31 00:00:00', '8', 13.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (981, NULL, 0, NULL, 0, 'Four excellent songs; viz:- The boatie rows. The lass of Patie\'s mill. Jock o\' Hazledean. Tak\' your auld cloak about ye.', NULL, 'Stirling : Printed by E. Johnstone, bookseller, [ca. 1835?] ', 'Stirling', 'Johnstone, Ebenezer', NULL, '1835-01-01 00:00:00', '1835-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (982, NULL, 0, NULL, 0, 'Four excellent new songs, viz. The cottager\'s daughter. Lilies of the valley. Ca\' the ewes. Braw lads on Yarrow Braes. Banks of bonny Doune', NULL, 'J. Robertson, printer, Horse-Wynd, Edinburgh, [s.a.]', 'Edinburgh', 'Robertson, James', NULL, '1993-01-01 00:00:00', '2006-12-31 00:00:00', '8', 13.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (983, NULL, 0, NULL, 0, 'Four excellent new songs; 1. The cries of Edinburgh. 2. Tamie Lamie\'s cure for a drunken wife. 3. The jolly miller. 4. The braw lads of Gala-water', NULL, 'Edinburgh : Printed in Niddery\'s-wynd. [s.a.]', 'Edinburgh', 'Robertson, Alexander', NULL, '1773-01-01 00:00:00', '1785-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (984, NULL, 0, NULL, 0, 'Four excellent new songs. I. The deserter. II. The wounded swain. III. Sailor Jack with the answer. IV. A favourite song.', NULL, '[S.l.] : Printed in the year 1789', NULL, NULL, NULL, '1789-01-01 00:00:00', '1789-12-31 00:00:00', '8', 14.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (985, NULL, 0, NULL, 0, 'Four excellent new songs, Dogs. Domestic bliss. Obstinate dog. Britannia at Nelson\'s tomb', NULL, 'J. Robertson, printer, Horse-Wynd, Edinburgh, [s.a.]', 'Edinburgh', 'Robertson, James', NULL, '1993-01-01 00:00:00', '2006-12-31 00:00:00', '8', 13.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (986, NULL, 0, NULL, 0, 'Four excellent new songs, viz. The drunken sexton. The raw recruit. Long life to the petticoat. Bob of Dunblane.', NULL, 'J. Robertson, printer, Horse-Wynd, Edinburgh, [s.a.]', 'Edinburgh', 'Robertson, James', NULL, '1993-01-01 00:00:00', '2006-12-31 00:00:00', '8', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (987, NULL, 0, NULL, 0, 'Four excellent new songs, viz. Feyther and I. O dear, ladies I have plenty. The wig, the hat, and the cane. Free gardeners.', NULL, 'J. Robertson, printer, Horse-Wynd, Edinburgh, [s.a.]', 'Edinburgh', 'Robertson, James', NULL, '1993-01-01 00:00:00', '2006-12-31 00:00:00', '8', 13.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (988, NULL, 0, NULL, 0, 'Four excellent songs, viz. Genius of gardnery, Poor Jack, Rose of Glenrino, and The banks and braes of bonny Doon', NULL, 'Peterhead : Printed and sold by P. Buchan, [1816-1831?] ', 'Peterhead', 'Buchan, Peter', NULL, '1816-01-01 00:00:00', '1831-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nThe rose of Glenrino : Tune - Woo\'d an\' married an\' a\'.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (989, NULL, 0, NULL, 0, 'Four excellent new songs. The great messenger of mortality; or, a dialogue betwixt Death and a lady. To which are added, The sailor from Dover', NULL, '[S.l.] : [s.a.]', NULL, NULL, NULL, NULL, NULL, '8', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (990, NULL, 0, NULL, 0, 'Four excellent new songs. Viz. I. The Highland drum. II. The haughs of cromdale. III. The miller of Dee. IV. Roslin castle', NULL, '[S.l.] : Printed June 5th, 1776', NULL, NULL, NULL, '1776-06-05 00:00:00', '1776-06-05 00:00:00', '8', 12.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (991, NULL, 0, NULL, 0, 'Four excellent new songs. The Highland laddie, Bonny Annie, Doctor Stafford, The true lovers farewel.', NULL, 'Edinburgh : Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', NULL, 13, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (992, NULL, 0, NULL, 0, 'Four excellent new songs, viz. Kelly-burn Braes. The lee rig. The rose\'s hue. The sun in the West, fa\'s to rest in the e\'enin\'', NULL, 'J. Robertson, printer, Horse-Wynd, Edinburgh, [s.a.]', 'Edinburgh', 'Robertson, James', NULL, '1993-01-01 00:00:00', '2006-12-31 00:00:00', '8', 12.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (993, NULL, 0, NULL, 0, 'Four excellent new songs; called Ketty\'s love to Jocky. Johnny\'s kind answer. The fair maid. The longing maid', NULL, 'Printed by J. Calmers & Co Castlestreet Aberdeen, [s.a.]', 'Aberdeen', 'Chalmers, James', NULL, '1771-01-01 00:00:00', '1810-12-31 00:00:00', '8', 13.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (994, NULL, 0, NULL, 0, 'Four excellent new songs, Louden\'s bonny braes. The Greenock sailor. The cropy boy\'s lamentation. The tanner and Molly', NULL, 'Edinburgh : Printed by J. Morren', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '8', 13, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (995, NULL, 0, NULL, 0, 'Four excellent new songs: viz. - The maid of Lodi. Is there a heart. Came ye o\'er frae France. Falkirk Muir,', NULL, '[Falkirk : Printed by R. Taylor], Printed in the year 1825', 'Falkirk', 'Taylor, Robert', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 10.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon on p. 8 reads : Falkirk, Printed by R. Taylor.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (996, NULL, 0, NULL, 0, 'Four highland comic songs. The turnimspike. The auld Highlandman. Her nainsel tuked amang her head. Haud awa\' frae me, Donald', NULL, 'Kilmarnock : Printed for the booksellers', 'Kilmarnock', NULL, NULL, NULL, NULL, '8', 12.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (997, NULL, 0, NULL, 0, 'Four love songs. Mary I believ\'d thee true. I had a horse. The disappointment. Gaberlunzie man', NULL, 'Falkirk : Printed for the booksellers [s.a.]', 'Falkirk', NULL, NULL, '1810-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (998, NULL, 0, NULL, 0, 'Four popular songs: viz. What murrian now. The German Lairdie. Kenmure\'s on and awa. And The miller', NULL, '[Falkirk] : R. Taylor, Printer, Falkirk, [1825-1826?] ', 'Falkirk', 'Taylor, Robert', NULL, '1825-01-01 00:00:00', '1826-12-31 00:00:00', '8', 11, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (999, NULL, 0, NULL, 0, 'Four songs. Bundle and go. A new love song. The buxom young dame. Love and duty', NULL, 'Kilmarnock : Printed for the booksellers, [s.a.]', 'Kilmarnock', NULL, NULL, '2005-01-01 00:00:00', '1940-12-31 00:00:00', '8', 12.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1000, NULL, 0, NULL, 0, 'Four songs. Doctor Stafford and the weaver\'s daughter. The sailor prentice boy. Donald of Dundee. Never think of a man', NULL, 'Edinburgh : Printed by J. Morren, Cowgate.', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1001, NULL, 0, NULL, 0, 'Four songs. Donald McDonald. Answer to the happy stranger, And sae will we yet. O\'er the muir', NULL, '[S.l.] : Printed for the booksellers, 1823', NULL, NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 13.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1002, NULL, 0, NULL, 0, 'Four songs. Ewebuchts Marion. The dawtie. Country lassie. Johnny\'s grey breeks', NULL, 'Falkirk : Printed for the booksellers [s.a.]', 'Falkirk', NULL, NULL, '1810-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1003, NULL, 0, NULL, 0, 'Four songs. Humours of Bartholemy Fair. Jockey the shepherd. The battle of Vittoria. Bonaparte\'s rout; or, the 18th of June.', NULL, 'Edinburgh : Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1004, NULL, 0, NULL, 0, 'Four songs. King-making Bonaparte. Poor old horse. The whistling maid. Lash\'d to the helm', NULL, 'Edinburgh : Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1005, NULL, 0, NULL, 0, 'Four songs. King Solomon\'s temple. The accepted Mason. The obstinate sailor dog. Death of General Moore.', NULL, 'Edinburgh : Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1006, NULL, 0, NULL, 0, 'Four songs. The adventurous sailor. Larry O\'Lash\'em. The land of shillellah. The restoration of the Bourbons', NULL, 'Edinburgh : Printed by J. MORREN, Cowgate [s.a.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1007, NULL, 0, NULL, 0, 'Four songs. The banks of Claudy. Roger the miller. The mariner\'s compass. Wonderful old man', NULL, '[Kilmarnock] : Printed for the booksellers, 1823', 'Kilmarnock', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nPlace of publication from external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1008, NULL, 0, NULL, 0, 'Four songs. The Flower of Caledonia. Female coachman. Maid of Ryegate. The banks of a river.', NULL, 'Edinburgh,printed by J. Morren, Cowgate [s.a.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', 11.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1009, NULL, 0, NULL, 0, 'Four songs. The flower of Dumblane. Jamie is slain in the wars I\'m afraid. The banks of the Dee. Bonny Dundee', NULL, 'Edinburgh : Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1010, NULL, 0, NULL, 0, 'Four songs. The way for to woo. The disappointed sailor. The wounded sailor\'s complaint. Bonaparte\'s flight', NULL, 'Edinburgh : Printed by J. Morren', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1011, 'Franklin, Benjamin, 1706-1790', 0, NULL, 0, 'The way to wealth, with maxims for married ladies and gentlemen, &c.', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.1, '1', 'one penny', 'New and Improved Series', '7', 'Illustration on title page\r\nTable of contents on p.[2].', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1012, NULL, 0, NULL, 0, 'The Fraserburgh wedding! being a diverting account of Willy Lawson\'s courtship with Bessy Gibb also, two love letters. . .', NULL, '[S.l.] : Entered according to order [s.a.]', NULL, NULL, NULL, NULL, NULL, '8', 14.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1013, NULL, 0, NULL, 0, 'The free-mason\'s garland, containing The building of Solomon\'s Temple, a masonic song. A new song, by a brother of St. Luke\'s Lodge, Edinburgh and Maggie\'s lament.', NULL, 'Falkirk : Printed in the year 1821', 'Falkirk', NULL, NULL, '1821-01-01 00:00:00', '1827-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1014, NULL, 0, NULL, 0, 'The free-mason\'s garland, containing The building of Solomon\'s Temple: a Masonic song, A new song, by a Brother of St. Luke\'s Lodge, Edinburgh, and Maggie\'s Lament', NULL, 'Falkirk : Printed in the year 1821 (On back page : Falkirk - T. Johnston, printer.)', 'Falkirk', 'Johnston, Thomas', NULL, '1821-01-01 00:00:00', '1821-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1015, NULL, 0, NULL, 0, 'The free-mason\'s garland, containing The building of Solomon\'s Temple, A masonic song. A new song, by a brother of St Luke\'s Lodge, Edinburgh. And Maggie\'s lament.', NULL, 'Falkirk : [T. Johnston, Printer], Printed in the year 1821', 'Falkirk', NULL, NULL, '1821-01-01 00:00:00', '1821-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at foot of p. 8 reads : Falkirk- T. Johnston, Printer.\r\nThe building of King Solomon\'s Temple, a masonic song : Tune - Derry-down, down.\r\nA mason song. By a brother of the Lodge of St. Luke, Edinburgh : Tune - I', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1016, NULL, 0, NULL, 0, 'The French convert; being a true revelation of the happy conversion of a noble Fench lady, from the errors and superstitions of Popery, to the reformed religion, by means of a Protestant gardener, her servant.', NULL, 'Glasgow : Printed by J. & M. Robertson, (No. 20) Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '82', 14.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1017, NULL, 0, NULL, 0, 'The friar & boy; or, the young piper\'s pleasant pastime...', NULL, 'Stirling : Printed and sold by M. Randall [s.a.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 13.8, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1018, NULL, 0, NULL, 0, 'Full and particular account of the trial and condemnation of Mess John Presbytery, who is to be hanged on or before - day of May 1798.', NULL, 'Edinburgh : Printed for and sold by A. Guthrie, No. 25. South Bridge, 1798', 'Edinburgh', 'Guthrie, A.', NULL, '1798-01-01 00:00:00', '1798-12-31 00:00:00', '18', 15.1, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1019, NULL, 0, NULL, 0, 'Fun upon fun; or, the humours of a Fair. : Giving a description of the curious amusements in early life: also an account of a mountebank doctor and his merry Andrew.', NULL, 'Glasgow : Sold by J. Lumsden & Son, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1816-01-01 00:00:00', '1820-12-31 00:00:00', '48', 8.6, '16', 'Twopence', NULL, NULL, 'First and last leaves are paste-downs on plain wrappers. Most illustrations are terracotta and on one side of paper.', 'Roscoe & Brimmell, no. 72.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1020, NULL, 0, NULL, 0, 'Funny Joe\'s laughable budget of wit; a selection of choice bon mots; repartees, anecdotes, &c.', NULL, 'Ayr : Printed and sold by D. Macarter & Co., [s.a.]', 'Ayr', 'Macarter, David & Co.', NULL, '1816-01-01 00:00:00', '1825-12-31 00:00:00', '24', 12.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1021, NULL, 0, NULL, 0, 'The Galloway shepherds. To which are added, The Royal Highlander\'s farewel. Love inviting reason. The new way of Lochaber. With the answer', NULL, '[S.l.] : Entered according to order [s.a.]', NULL, NULL, NULL, NULL, NULL, '8', 15.2, '6 (5 border pieces)', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1022, NULL, 0, NULL, 0, 'Gammer Gurton\'s Garland of nursery songs, and Toby Tickle\'s Collection of riddles. Compiled by Peter Puzzlecap, Esq.', NULL, 'Glasgow : Published and sold wholesale, by Lumsden & Son, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1815-01-01 00:00:00', '1820-12-31 00:00:00', '32', 8.1, '24', 'Twopence', NULL, NULL, NULL, 'Roscoe & Brimmell, no. 17.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1023, NULL, 0, NULL, 0, 'A garland of bells, wherein each rings to its proper tune', NULL, 'Printed for J. Bell, on the Quay, by George Angus, in the Side, Newcastle, MDCCCXV', 'Newcastle upon Tyne', 'Bell, John', 'Angus, George', '1815-01-01 00:00:00', '1815-12-31 00:00:00', '24', 13.3, '9', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1024, NULL, 0, NULL, 0, 'A garland of new songs, containing, 1. God save the King. 2. Rule Britannia. 3. The invasion. 4. All on board of a Man of War. 5. The faithful lover', NULL, 'Newcastle : Printed by M. Angus and Son, in the Side. [s.a.]', 'Newcastle upon Tyne', 'Angus, M.', 'Angus, son of Angus M. (possibly George?)', '1780-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1025, NULL, 0, NULL, 0, 'A garland of new songs, containing, 1. The little P.D. 2. John Diggons. 3. Dick Dock. 4. I were Yorkshire too. 5. Love and whiskey.', NULL, 'M. Angus & Son, Printers, Newcastle, [s.a.]', 'Newcastle upon Tyne', 'Angus. M.', 'Angus (son of Angus, M.)', '1980-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1026, NULL, 0, NULL, 0, 'A garland of new songs. The battle of the Nile. Tom Starboard. The sailor\'s adieu. Tom Bowling. True courage. The sea boy.', NULL, 'Newcastle upon Tyne : Printed by J. Marshall, in the Old Flesh-Market.', 'Newcastle upon Tyne', 'Marshall, J', NULL, '1780-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1027, NULL, 0, NULL, 0, 'A garland of new songs. The Bay of Biscay, O. All\'s well. Poor Joe the Marine. The mid watch. The sea-boy. The sailor\'s adieu', NULL, 'Printed by J. Marshall, in the Old Flesh-Market, Newcastle, [s.a.]', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1780-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1028, NULL, 0, NULL, 0, 'A garland of new songs. Jessie the flower o\' Dumblane. O stay my love. Lilies of the valley. Sally Roy. Dear maid I love thee. Just like love. Green grow the rashes, O. Far, far at sea.', NULL, 'Newcastle upon Tyne : Printed by J. Marshall, in the Old Flesh-Market.', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1780-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1029, NULL, 0, NULL, 0, 'A garland of new songs. The raw recruit. Major Macpherson. Caleb Quotem. Young love among the roses.', NULL, 'Newcastle upon Tyne : Printed by J. Marshall, in the Old Flesh-Market.', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1780-01-01 00:00:00', '2018-12-31 00:00:00', '8', 12.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1030, NULL, 0, NULL, 0, 'A garland of new songs. The tempest. The old commodore. Sweet Poll of Plymouth. Tom Starboard', NULL, 'Newcastle upon Tyne : Printed by J. Marshall, in the Old Flesh-Market.', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1780-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1031, NULL, 0, NULL, 0, 'General Abercrombie\'s elegy. To which are added, John o\' Badenyon. And Address to Sandy.', NULL, 'Edinburgh : Printed for the booksellers, 1821', 'Edinburgh', NULL, NULL, '1821-01-01 00:00:00', '1821-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nGeneral Abercrombie\'s Elegy : Tune - Mourn for Melpomene.\r\nAddress to Sandy : Air - The hills o\' Glenorchy.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1032, 'Genlis, Madame', 0, NULL, 0, 'The solitary family; or, the Norman hut.', NULL, 'Newcastle : Printed by G. Angus, in the Side [s.a.]', 'Newcastle upon Tyne', 'Angus, George', NULL, '1780-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1033, NULL, 0, NULL, 0, 'The genuine history of John M\'Pherson, Pat Fleeming, and Dick Balf, three notorious Irish robbers. Also, An account of the life of Gilder Roy.', NULL, 'Glasgow, published by R. Hutchison, bookseller, 16 Saltmarket [s.a.]', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1824-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1034, NULL, 0, NULL, 0, 'George and Britain save; to which are added The plowman\'s ditty, Lay thy loof in mine, lassie, By Logan streams.', NULL, 'Stirling : Printed by W. Macnie, 1825', 'Stirling', 'Macnie, William', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.6, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nTitle page contains an illustration of a sailing ship. Ths differs from the copy at L.C.2874(14) StEdNL.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1035, NULL, 0, NULL, 0, 'The ghost of my uncle. To which is added, The out-witted tax-gatherer.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.6, '1', NULL, NULL, '25', 'Dated from external evidence.\r\nIllustration on title page.\r\n\'25\' printed at foot of title page.\r\nVariant exists without \'25\' printed at foot of title page. StEdNL : L.C.2849(16).', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1036, NULL, 0, NULL, 0, 'Gill Morice. To which is added, The crabit carline.', NULL, 'Stirling : Printed by C. Randall [s.a.]', 'Stirling', 'Randall, Charles', NULL, '1794-01-01 00:00:00', '1812-12-31 00:00:00', '8', 13.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1037, NULL, 0, NULL, 0, 'An Gille Dubh Ciar-dhubh. Do dh Inghean fir thir na Dris, le Mac fir Dhail\'neas. Chuireadh air leth fear air calpa na tairne', NULL, '[Inveraray] : Printed for and sold by the publisher, Inverary, [ca. 1815] ', 'Inveraray', NULL, NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', 12.5, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nProbably printed by by Thomas Duncan in Glasgow, with an Inveraray imprint, for Paruig Tuainer, (Peter Turner) a chapman, and sold throughout the Highlands.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1038, NULL, 0, NULL, 0, 'The girl I left behind me, with The answer. To which are added, Anna\'s urn, all my comfort! and Low down in the broom.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1800', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', 13.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1039, NULL, 0, NULL, 0, 'The golden bull. In four parts...', NULL, 'Edinburgh : Printed for the booksellers in town and country. [s.a.]', 'Edinburgh', NULL, NULL, '1790-01-01 00:00:00', '1830-12-31 00:00:00', '8', 14.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1040, NULL, 0, NULL, 0, 'The golden bull; or, the crafty princess\'s garland, in four parts', NULL, 'Edinburgh : Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1041, NULL, 0, NULL, 0, 'Gow\'s fareweel to whisky; to which are added, Oh take me to your arms. The Gaberlunzie man. Up in the morning.', NULL, 'Edinburgh : Printed for the booksellers in town and country, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, 'Gow, Niel, 1727-1807.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1042, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The comical and witty jokes of John Falkirk the merry piper; when in courtship to an old fiddler\'s widow, who wanted all the teeth. With a copy of the love-letter he sent to her, who is commonly called F-ting Betty.', NULL, 'Edinburgh : Printed in the year 1777.[on back page : \'From John Kirk\'s Wind-mill at Corky Crown.\']', 'Edinburgh', NULL, NULL, '1777-01-01 00:00:00', '1777-12-31 00:00:00', '8', 14.5, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1043, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The comical history of Simple John and his twelve misfortunes, which happened all in twelvedays after the unhappy day of his marriage.', NULL, 'Edinburgh : Printed for the booksellers. [s.a.]', 'Edinburgh', NULL, NULL, '1800-01-01 00:00:00', '1824-12-31 00:00:00', '24', 12.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1044, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The comical history of Simple John, and his twelve misfortunes...', NULL, 'Glasgow : Printed for the company of flying stationers, in town and country. MDCCLXXX.', 'Glasgow', NULL, NULL, '1780-01-01 00:00:00', '1780-12-31 00:00:00', '8', 15.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1045, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The comical history of Simple John and his twelve misfortunes…', NULL, 'Edinburgh : Printed for the booksellers, 1821', 'Edinburgh', NULL, NULL, '1821-01-01 00:00:00', '1821-12-31 00:00:00', '24', 12.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1046, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The comical history of Simple John and his twelve misfortunes, which happened all in twelve days after the unhappy day of his marriage.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.7, '1', NULL, NULL, '53', 'Dated from examination of text and style.\r\nTitle page includes illustration of a laughing \'fool\'. There is a border on the title page. This differs from the copy at L.C.2852.C(3). StEdNL.\r\nAttributed to Dougal Graham.\r\n\'53.\' is printed at the foot of the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1047, NULL, 0, NULL, 0, 'The comical history of Simple John, and his twelve misfortunes', NULL, 'Edinburgh : Printed for the booksellers, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '24', 12.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1048, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The comical sayings of Paddy from Cork, with his coat buttoned behind... with Paddy\'s catechism, and his Supplication when a mountain sailor', NULL, 'Glasgow : Printed for the booksellers, [s.a.]', 'Glasgow', NULL, NULL, '1800-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.7, '1', NULL, NULL, '21', 'Illustration on title page of man carrying scythe.\r\n\'21\' printed below border.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1049, NULL, 0, NULL, 0, 'The comical sayings of Pady from Cork, with his coat button\'d behind. In three parts. To which is added, Pady\'s humble petition, and A creed for Irish Roman believers.', NULL, '[Falkirk] : Entered according to order., [1800?] ', 'Falkirk', NULL, NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '24', 14.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nPlace of publication from external evidence. Dated from the Scottish Book Trade Index and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1050, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The comical sayings of Pady from Cork, with his coat button\'d behind. Being an elegant conference betwixt English Tom and Irish Teague: - with Pady\'s catechism, his opinion on Purgatory, the state of the dead, - and his supplication when a mountain sailor. To which is added, his creed for all Romish believers.', NULL, 'Edinburgh; printed by J. Morren, Campbell s Close, Cowgate [s.a.]', 'Edinburgh', 'Morren, John', NULL, '1797-01-01 00:00:00', '1810-12-31 00:00:00', '24', 14.2, '1', NULL, NULL, NULL, 'Attribution to D. Graham seems spurious.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1051, NULL, 0, NULL, 0, 'The comical transactions of Lothian Tom. In six parts…:', NULL, 'Kilmarnock : Printed by H. Crawford, bookseller, 1823', 'Kilmarnock', 'Crawford, Hugh', NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nColophon at foot of p. 24 reads : Kilmarnock - printed by H. Crawford. And sold by him wholesale and retail, at his shop, at the cross; - where may be had, Bibles, Testaments and Psalm books, gilt and plain, - also, the following c', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1053, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'Fun upon fun; or, the comical and merry tricks of Leper the tailor. In two parts', NULL, 'Edinburgh : Printed by J. Morren, Campbell\'s Close, Cowgate [s.a.]', 'Edinburgh', 'Morren, John', NULL, '1797-01-01 00:00:00', '1822-12-31 00:00:00', '24', 14, '1', NULL, NULL, NULL, 'Attribution to D. Graham seems spurious.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1054, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'Fun upon fun; or, the comical and merry tricks, of Leper the tailor. In two parts.', NULL, 'Stirling : Printed by M. Randall [s.a.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 11.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1055, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'Fun upon fun; or, the comical merry tricks of Leper the taylor: in two parts. To which are added, The grand solemnity of the taylor\'s funeral, who lay nine nights in state on his own shop-board. Together with his last will.', NULL, '[S.l.] : Printed in the year 1816.', NULL, NULL, NULL, '1816-01-01 00:00:00', '1816-12-31 00:00:00', '24', 14.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1056, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'Fun upon fun: or, the comical and merry tricks of Leper, the taylor, in two parts', NULL, 'Stirling : Printed by William MacNie, And sold wholesale and retail, 1828', 'Stirling', 'MacNie, William', NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '24', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1057, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'Grannie McNab\'s lecture in the Society of Clashing Wives, Glasgow, on witless mothers and their skyracket dandy daughters, who bring them up to hoodwink the men, and decive them with their braw dresses, when they can neither wash a sark, mak\' their own parritch, or gang to the well.', NULL, 'Edinburgh:- Printed for the booksellers in town and country [s.a.]', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1840-12-31 00:00:00', '8', 14.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1058, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The history and comical transactions of Lothian Tom. In six parts...', NULL, 'Sold wholesale by J. Fraser & Co. Printers, Stirling. [s.a.]', 'Stirling', 'Fraser, John', NULL, '1816-01-01 00:00:00', '1824-12-31 00:00:00', '24', 13, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1059, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The history and comical transactions of Lothian Tom. In six parts…', NULL, 'Glasgow : Printed by J. & M. Robertson, [No, 18] Saltmarket, 1807', 'Glasgow', 'Robertson, James', 'Roberston, Matthew', '1807-01-01 00:00:00', '1807-12-31 00:00:00', '24', 14.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1060, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The history and melancholy misfortunes of Simple John, the sackweaver. Giving a particular account of his courtship and marriage to a scolding wife - which has been a mortifying misery to many a poor man', NULL, 'Edinburgh : Printed for, and sold by William Cameron, and other booksellers [s.a.]', 'Edinburgh', 'Cameron, William', NULL, '1790-01-01 00:00:00', '1840-12-31 00:00:00', '8', 13.9, '1', 'one penny', NULL, NULL, 'Attribution to D. Graham seems spurious', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1061, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The history of John Cheap, the chapman. Containing above a hundred merry exploits done by him, and his fellow traveller, Drouthy Tom, a sticked shaver.', NULL, 'Stirling : Printed, and sold by M. Randall. [s.a.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 12.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1062, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The history of John Cheap the chapman: containing above a hundred merry exploits done by him and his fellow traveller, Drowthy Tom, a sticked shaver. In three parts.', NULL, 'Falkirk : Printed and sold by T. Johnston, MDCCXCVIII.', 'Falkirk', 'Johnston, Thomas', NULL, '1798-01-01 00:00:00', '1798-12-31 00:00:00', '24', 14.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1063, NULL, 0, NULL, 0, 'The history of John Cheap the chapman... In two parts', NULL, 'Edinburgh : Printed for the booksellers in Scotland, [1810-1820?]', 'Edinburgh', NULL, NULL, '1810-01-01 00:00:00', '1820-12-31 00:00:00', '24', 12.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nAttributed to Dougal Graham.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1064, 'Clinker, Humphrey', 0, NULL, 0, 'The history of the haveral wives; or, the folly of witless women displayed.', NULL, '[S.l.] : [s.a.]', NULL, NULL, NULL, NULL, NULL, '8', 12.5, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1065, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The history of the Haverel Wives: or, the folly of witless women displayed. Written by Humphray Clinker the clashing wives clerk... To which is added an oration on the virtues of the old women, and the pride of the young... Dictated by Janet Clinker…', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1807', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1807-01-01 00:00:00', '1807-12-31 00:00:00', '24', 14.3, '1', NULL, NULL, NULL, 'Attribution to D. Graham seems spurious.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1066, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'An impartial history of the rise, progress, and extinction of the late rebellion in Britain, in the years 1745 and 1746...', 'Third edition with amendments', 'Glasgow : Printed by John Robertson, MDCCLXXIV', 'Glasgow', 'Robertson, John', NULL, '1774-01-01 00:00:00', '1774-12-31 00:00:00', '196', 12, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1067, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'An impartial history of the rise, progress, and extinction of the late rebellion in Britain, in the years 1745 and 1746...', 'Eighth', 'Glasgow : Printed by J. and M. Robertson, (No. 20) Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '172', 11.5, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1068, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'An impartial history of the rise, progress, and extinction of the late rebellion in Britain, in the years 1745 and 1746...', 'Ninth edition', 'Falkirk, 1812', 'Falkirk', NULL, NULL, '1812-01-01 00:00:00', '1812-12-31 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1069, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'Janet Clinker\'s oration on the virtues of the old women and the pride of the young.', NULL, 'Edinburgh : Printed by J. Morren [s.a.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1070, NULL, 0, NULL, 0, 'John Falkirk\'s cariches. And Janet Clinker\'s oration, on the virtues of old women, and the pride of the young.', NULL, '[S.l.] : Printed in the year 1823', NULL, NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '24', 13.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1072, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The merry tricks of Leper the taylor. In two parts', NULL, 'Edinburgh : Printed for the booksellers, [1815-1825?] ', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '24', 12.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from external evidence.\r\nAttributed to Dougal Graham.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1073, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The Scots piper\'s queries: or, John Falkirk\'s cariches, made both plain and easy.', NULL, 'Stirling, : -Printed by C. Randall,, [1800?] ', 'Stirling', 'Randall, Charles', NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', 15.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from external evidence.\r\nJohn Falkirk is a pseudonym.\r\nAttributed to Dougal Graham.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1074, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The whole proceedings of Jocky and Maggy: in five parts', NULL, '[S.l.] : [s.a.]', NULL, NULL, NULL, NULL, NULL, '48', 14.5, '1', NULL, NULL, NULL, 'Attribution to D. Graham seems spurious.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1075, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The whole proceedings of Jockey and Maggy: in five parts...', NULL, 'Stirling : Printed and sold by M. Randall, 1814. Carefully corrected and revised by the Author.', 'Stirling', 'Randall, Mary', NULL, '1814-01-01 00:00:00', '1814-12-31 00:00:00', '32', 14.5, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1076, NULL, 0, NULL, 0, 'The whole proceedings of Jocky and Maggys courtship with the great diversion that ensued at their wedding. In three parts', NULL, 'Glasgow : Printed for the booksellers. [s.a.]', 'Glasgow', NULL, NULL, '1815-01-01 00:00:00', '1850-12-31 00:00:00', '20', 13.1, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1077, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The whole proceedings of Jockey and Maggy. In five parts.', NULL, 'Glasgow : Printed and sold by J. & J. Robertson, M,DCC,LXXIX.', 'Glasgow', 'Robertson, J. & J.', NULL, '1779-01-01 00:00:00', '1779-12-31 00:00:00', '36', 14, '0', NULL, NULL, NULL, 'Note says: \'Carefully corrected and revised by the author\'.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1078, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The whole proceedings of Jockey & Maggy\'s courtship with the great diversion that ensued at their bedding. In three parts.', NULL, 'Paisley : Printed by J. Neilson, 1815', 'Paisley', 'Neilson, John', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '24', 14.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1079, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The whole proceedings of Jockey & Maggy\'s courtship and marriage. In five parts…', NULL, '[S.l.] : Printed for the booksellers, 1823', NULL, NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '36', 14.3, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1080, 'Grant, Joseph', 0, NULL, 0, 'The warlock of Glendye; from \"Tales of the glens\" by the late Joseph Grant', NULL, 'Brechin : Alexander Black, bookseller : Printed by Black and Co., [s.a.]', 'Brechin', 'Black, Alexander', NULL, NULL, NULL, '24', 14, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1081, NULL, 0, NULL, 0, 'The Greenock railway. The snow-drop. O what will a\' the lads do. All\'s well. A man without a wife.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, '35', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'35\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1082, 'Guthrie, James, 1612?-1661', 0, NULL, 0, 'A cry from the dead; or, the ghost of the famous Mr. James Guthrie appearing. Being the last sermon he preached in the pulpit of Stirling, before his martyrdom at Edinburgh, June 1661. To which is added, His last speech upon the scaffold.', NULL, 'Glasgow : Printed and sold by J. & J. Robertson, M,DCC,LXXVII.', 'Glasgow', 'Robertson, John', 'Robertson, James', '1777-01-01 00:00:00', '1777-12-31 00:00:00', '24', 14.6, 'minor decorations only', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1083, NULL, 0, NULL, 0, 'The hallow fair. To which are added, Queen Mary\'s lamentation. The contented lover. Ungrateful Nanny. Homeward bound.', NULL, 'Stirling : Printed by W. Macnie, [s.a.]', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1084, NULL, 0, NULL, 0, 'The hallow fair; to which are added, Queen Mary\'s lamentation, The contented lover, Ungrateful Nanny, Homeward bound', NULL, 'Stirling : Printed by W. Macnie, 1826', 'Stirling', 'Macnie, William', NULL, '1826-01-01 00:00:00', '1826-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1085, NULL, 0, NULL, 0, 'Halucket Meg. Bess the gawkie. The mansion of peace. Poor little Jane', NULL, 'Edinburgh : Printed for the booksellers, 1819', 'Edinburgh', NULL, NULL, '1819-01-01 00:00:00', '1819-12-31 00:00:00', '8', 11.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1086, NULL, 0, NULL, 0, 'Hark, hark, from the shore; to which are added, Culloden day. Lewis Gordon. Young Henry. The thorn.', NULL, 'Edinburgh; printed for the booksellers in town and country, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1087, NULL, 0, NULL, 0, 'The haughs of Crumdel... To which are added, I\'d think on thee my love. Mutual love. The fumbler\'s rant', NULL, 'Glasgow : Printed by J. & M. Robertson, 1799', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1799-01-01 00:00:00', '1799-12-31 00:00:00', '8', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1088, NULL, 0, NULL, 0, 'The heaving of the lead. Lash\'d to the helm. The lass o\' Arranteenie. Cauld blaws the wind. Dearest Ellen. From the white-blossomed sloe.', NULL, 'Glasgow : Printed for the booksellers, [ca. 1825] ', 'Glasgow', NULL, NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal and external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1089, NULL, 0, NULL, 0, 'The heroic exploits of Sir William Wallace and King Robert Bruce...', NULL, 'Falkirk : printed by T. Johnston, 1813', 'Falkirk', 'Johnston, Thomas', NULL, '1813-01-01 00:00:00', '1813-12-31 00:00:00', '24', 14.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1090, NULL, 0, NULL, 0, 'The hero of Ballinacrazy. Fly not yet. The tempest. The year that\'s awa', NULL, 'Edinburgh : Printed for the booksellers, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1091, NULL, 0, NULL, 0, 'The highland laddie. Pray, Goody. Kate Kearney. With the answer. The fairest of the fair. Hal the woodman', NULL, 'Edinburgh : Printed for the booksellers, [1815-1825?]', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1092, NULL, 0, NULL, 0, 'The highland piper\'s advice to drinkers. To which are added, Home, sweet home, Wallace\'s lament, Connel and Flora, Here is the glen, Oh hey Johny lad, and Charlie is my darling', NULL, 'Airdrie : Printed by J. & J. Neil. Bookbinders, and printers, No. 21 High Street, where ..., [s.a.]', 'Airdrie', 'Neil, J. and J..', NULL, '1800-01-01 00:00:00', '1850-12-31 00:00:00', '8', 11.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1093, NULL, 0, NULL, 0, 'The highland plaid; to which are added, The way worn traveller. Lament for Burns. Logan braes. From night till morn. Dame Durden.', NULL, 'Stirling : Printed by W. Macnie, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.3, '1', NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page.', NULL, 0, 'Burns, Robert, 1759-1796', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1094, NULL, 0, NULL, 0, 'The history and adventures of Obi; or, three-fingered Jack. Embellished with beautiful coloured plates', NULL, 'Glasgow : Published by J. Lumsden & Son, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1830-01-01 00:00:00', '1840-12-31 00:00:00', '28', 10.8, '11', NULL, 'Lumsden & Son\'s improved edition of coloured twopenny books embellished with numerous engravings', NULL, 'Wrappers included in pagination.\r\nTitle on wrappers: Obi; or, three-fingered Jack.', 'Roscoe & Brimmell, no. 107.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1095, NULL, 0, NULL, 0, 'The history and chivalrous exploits of Jack the Giant Killer. In all its parts', NULL, 'Sold wholesale by J. Fraser & Co. Printers, Stirling. [s.a.]', 'Stirling', 'Fraser, John', NULL, '1816-01-01 00:00:00', '1824-12-31 00:00:00', '24', 14.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1096, NULL, 0, NULL, 0, 'The history of Adam Bell, Clim the Clough, and William of Cloudeslie', NULL, 'Edinburgh : Printed and sold by J. Morren, Cowgate.', 'Edinburgh', 'Morren, John', NULL, '1797-01-01 00:00:00', '1810-12-31 00:00:00', '24', 14.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1097, NULL, 0, NULL, 0, 'The history of Adam Bell, Clim of the Clough, and William of Cloudeslie, who were three archers good enough, the best in the North Country', NULL, 'Paisley: : Printed by J. Neilson,, [1800?] ', 'Paisley', 'Neilson, John', NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '24', 13.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from external evidence.\r\nA second part was first published ca. 1608.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1098, NULL, 0, NULL, 0, 'The history of Aladdin; or, the wonderful lamp: an eastern tale', NULL, 'Glasgow : Published by J. Lumsden & Son, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1810-01-01 00:00:00', '1830-12-31 00:00:00', '28', 10.8, '11', NULL, 'Lumsden & Son\'s improved edition of coloured twopenny books embellished with numerous engravings', NULL, 'Wrappers included in pagination.\r\nTitle on wrappers: Aladdin, or The wonderful lamp.', 'Roscoe & Brimmell, no. 47.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1099, NULL, 0, NULL, 0, 'The history of Buchaven, in Fifeshire, containing the witty and entertaining exploits of Wise Willie, and Witty Eppy, the ale wife.', NULL, '[S.l.] : Printed for the booksellers.[s.a.]', NULL, NULL, NULL, '1810-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.9, '10', NULL, NULL, '50', NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1101, NULL, 0, NULL, 0, 'The history of Charles Jones, the footman... Also, On pride, & The country clergyman.', NULL, 'Paisley : Printed by Caldwell and Son, 2, New Street, 1839', 'Paisley', 'Caldwell, George', 'Caldwell, George, junior', '1839-01-01 00:00:00', '1839-12-31 00:00:00', '24', 13, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn prose and verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1102, 'Rutherford, Samuel, 1600?-1661', 0, NULL, 0, 'A cry from the dead, from the flower of the Church of Scotland or an exhortation at a communion to a SCots congregation in London. By Mr. Samuel Rutherford. From a manuscript never before printed', NULL, 'Glasgow : Printed in the year, 1766', 'Glasgow', NULL, NULL, '1766-01-01 00:00:00', '1766-12-31 00:00:00', '16', 13.1, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1103, NULL, 0, NULL, 0, 'The history of Cinderella, or, the little glass slipper. To which is added The babes in the wood.', NULL, 'Glasgow : Printed for the booksellers, [s.a.]', 'Glasgow', NULL, NULL, '1800-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.6, '2', NULL, NULL, '9', NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1104, NULL, 0, NULL, 0, 'The history of Dick Whittington and his cat. To which is added. The remarkable account of Ambrose Guinett', NULL, 'Falkirk : Printed for J. Rankine, bookseller, M,DCC,XCVIII', 'Falkirk', 'Rankine, J.', NULL, '1798-01-01 00:00:00', '1798-12-31 00:00:00', '24', 13.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1105, 'Hogg, James, 1770-1835', 0, NULL, 0, 'The history of Duncan Campbell, and his dog Oscar.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '1', NULL, NULL, '10', 'Dated from examination of text and style.\r\nIllustration on title page.\r\nAttributed to James Hogg.\r\n\'10\' is printed at the foot of the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1106, 'Hogg, James, 1770-1835', 0, NULL, 0, 'The history of Duncan Campbell and his dog, Oscar.', NULL, 'Glasgow : Printed for the booksellers, [ca. 1850?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.6, '1', NULL, NULL, NULL, 'Dated from examination of text and style.\r\nIllustration on title page.\r\nAttributed to James Hogg.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1107, NULL, 0, NULL, 0, 'The history of Duncan Campbell, and his dog, Oscar...', NULL, 'Stirling : Printed by W. Macnie, where there is always kept on sale, a choice and extensive ...[s.a.]', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '24', 13.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1108, NULL, 0, NULL, 0, 'History of Eugene Aram, who was convicted at York Assizes, of the murder of Daniel Clark of Knaresborough, fourteen years after the crime was committed.', NULL, 'Printed and sold by W. Fordyce, 48, Dean Street, Newcastle. Agent to the Yorkshire Fire & ... [s.a.]', 'Newcastle upon Tyne', 'Fordyce, W.', NULL, '1800-01-01 00:00:00', '1840-12-31 00:00:00', '24', 13.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1109, NULL, 0, NULL, 0, 'The history of Fortunatus. To which are added, The lives and adventures of Ampedo, and Andolocia, his two sons.', NULL, 'Edinburgh : Printed for the booksellers in town and country, [1815-1825?] ', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1110, NULL, 0, NULL, 0, 'The history of Fortunatus: setting forth his birth, life, travels, and adventures in most parts of the world: hoe the Lady Fortune appeared to him, and gave him a rich purse...', NULL, 'Glasgow : published and sold wholesale and retail, by R. Hutchison & Co, 10, Saltmarket. [s.a.]', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1824-12-31 00:00:00', '24', 12.6, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1111, NULL, 0, NULL, 0, 'The history of Goody Two Shoes with the adventures of her brother Tommy. Embellished with elegant engravings', 'Improved edition', 'Glasgow : Published by J. Lumsden & Son. & sold by Stoddart & Craggs, Hull, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1818-01-01 00:00:00', '1830-12-31 00:00:00', '[2], 52, [2]', 9.7, '16', 'Sixpence', NULL, NULL, 'Paper label on front wrapper: History of Goody Two Shoes and her brother Tommy.\r\nAt head of text: Improved edition.', 'Roscoe & Brimmell, no. 79.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1112, NULL, 0, NULL, 0, 'The history of Jack and the bean stalk', NULL, 'Paisley : Printed by G. Caldwell, bookseller, [ca. 1825?] ', 'Paisley', 'Caldwell, George', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13, '1', NULL, NULL, NULL, 'Dated from examination of text and style.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1113, NULL, 0, NULL, 0, 'The history of Jack and the bean stalk.', NULL, 'Glasgow : Published by Francis Orr & Sons, [1840-1850?] ', 'Glasgow', 'Orr, Francis', 'Orr (sons of Francis)', '1840-01-01 00:00:00', '1850-12-31 00:00:00', '34 [i.e. 24]', 12.2, '0', NULL, NULL, '162', 'Dated from examination of text and style.\r\n\'162\' is printed at the foot of the title page.\r\nThe page numbering is erratic.', NULL, 0, 'Scot, Michael, ca. 1175-ca. 1234.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1114, NULL, 0, NULL, 0, 'The history of Jack Horner...', NULL, 'Glasgow : Printed in the year, 1799', 'Glasgow', NULL, NULL, '1799-01-01 00:00:00', '1799-12-31 00:00:00', '24', 14.5, '8', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1115, NULL, 0, NULL, 0, 'History of James Allan, the celebrated Northumberland piper', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13, '1', NULL, NULL, '127', 'Dated from examination of text and style.\r\nIllustration on title page\r\n\'127\' is printed at the foot of the title page.', NULL, 0, 'Allan, James 1734-1810.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1116, NULL, 0, NULL, 0, 'History of James Allan, the celebrated Northumbrian piper...', NULL, 'Printed and sold by W. & T. Fordyce. 48, Dean Street, Newcastle, [s.a.]', 'Newcastle upon Tyne', 'Fordyce, W.', NULL, '1811-01-01 00:00:00', '1840-12-31 00:00:00', '24', 13.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1117, NULL, 0, NULL, 0, 'The history of Jane Shore, concubine to King Edward IV.', NULL, 'George Angus, printer, Side, Newcastle, [s.a.]', 'Newcastle upon Tyne', 'Angus, George', NULL, '1780-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1118, NULL, 0, NULL, 0, 'The history of Johnny Armstrong shewing his many noble deeds in his youth, in divers countries; also; an account of his many victories over the Scots: And how he and his valiant men were all slain.', NULL, 'Edinburgh : Printed for the booksellers, [s.a.]', 'Edinburgh', NULL, NULL, '1810-01-01 00:00:00', '1840-12-31 00:00:00', '24', 13, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1119, NULL, 0, NULL, 0, 'The history of little King Pippin; : with an accountof the melancholy death of four naughty boys, who were devoured by wild beasts; and The wonderful delivery of Master harry Harmless, by a little white horse.', NULL, 'Glasgow : published by J. Lumsden & Son, 1814', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1814-01-01 00:00:00', '1814-12-31 00:00:00', '48', 18.8, '22', 'Twopence', 'Ross\'s Juvenile Library.', NULL, NULL, 'Roscoe & Brimmell, no. 94.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1120, NULL, 0, NULL, 0, 'The history of Moll Flanders who was born in Newgate...', NULL, 'Edinburgh : Printed for the booksellers in town and country. [s.a.]', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1850-12-31 00:00:00', '24', 14.2, '5', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1121, NULL, 0, NULL, 0, 'The history of Moll Flanders, who was born in Newgate, and, during a life of continued varieties for threescore years, was twelve years a whore, five times a wife, whereof once to her own brother, twelve years a thief, was eighteen times in Bridewell, nine times in New Prison, eleven times in .. .. Written from her own memorandums and adorned with cuts', NULL, 'Newcastle : Printed by George Angus, in the Side, where is always kept on Sale, a choice ... [s.a.]', 'Newcastle upon Tyne', 'Angus, George', NULL, '1780-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13.1, '6', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1122, NULL, 0, NULL, 0, 'The history of Nicolas Pedrosa, and his escape from the Inquisition in Madrid. A tale.', NULL, 'Glasgow, : Printed by J. & M. Robertson, Saltmarket,, 1799.', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1799-01-01 00:00:00', '1799-12-31 00:00:00', '24', 14.4, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nColophon at the foot of p. 24 reads : Glasgow, Printed by J. & M. Robertson, Saltmarket, 1799.', NULL, 0, 'Pedrosa, Nicolas Early works to 1800.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1123, NULL, 0, NULL, 0, 'History of Prince Charles Edward Stuart, called by some \"The Young Pretender\"...', NULL, 'Printed and sold by W. & T. Fordyce. 48, Dean Street, Newcastle, [s.a.]', 'Newcastle upon Tyne', 'Fordyce, W.', 'Fordyce, T.', '1808-01-01 00:00:00', '1830-12-31 00:00:00', '24', 14.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1124, NULL, 0, NULL, 0, 'The history of Sinbad the sailor, containing an account of his surprising voyages.', NULL, 'Falkirk : Printed and sold by T. Johnston, 1824', 'Falkirk', 'Johnston, Thomas', NULL, '1824-01-01 00:00:00', '1824-12-31 00:00:00', '36', 14.3, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1125, NULL, 0, NULL, 0, 'The history of Sindbad, the sailor. : containing an account of his seven surprising voyages', NULL, 'Glasgow : published by J. Lumsden & Son, 1819', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1819-01-01 00:00:00', '1819-12-31 00:00:00', '50', 12.5, '8', NULL, 'Lumsden & Son\'s children\'s library', NULL, 'Title on paper label on front wrapper: Sinbad the sailor.', 'Roscoe & Brimmell, no. 121.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1126, NULL, 0, NULL, 0, 'History of Stoney Bowes, otherwise Andrew Robinson Bowes...', NULL, 'Printed and sold by W. & T. Fordyce, 15, Grey Street, Newcastle [s.a.]', 'Newcastle upon Tyne', 'Fordyce, W.', 'Fordyce, T.', '1810-01-01 00:00:00', '1840-12-31 00:00:00', '24', 14.2, '1', NULL, NULL, NULL, 'Woodcut.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1127, 'Dodsley, Robert, 1703-1764', 0, NULL, 0, 'The history of the blind beggar of Bethnal Green. Shewing... Adorned with cuts', NULL, 'Stirling : Printed and sold by M. Randall, [1813-1820?] ', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 13.9, '4', NULL, NULL, NULL, 'Attributed to Robert Dodsley.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1128, NULL, 0, NULL, 0, 'The history of the destruction of Troy...', NULL, 'Edinburgh : Printed by J. Morren. Cowgate [s.a.]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '24', 13.7, '3', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1129, NULL, 0, NULL, 0, 'The history of the four kings of Canterbury, Colchester, Cornwall, and Cumberland, their queens and daughters. Being the merry tales of Tom Hodge and his school-fellows', NULL, 'Stirling : Printed by W. Macnie, where is always kept on sale, a choice and extensive assortment of histories, songs, children\'s story books, school books, &c., &c., [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '24', 13.9, '0', NULL, NULL, NULL, 'Dated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1130, NULL, 0, NULL, 0, 'The history of the frolicksome courtier, and the jovial tinker', NULL, 'Glasgow : Printed by J. & M. Robertson, MDCCLXXXV!', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1786-01-01 00:00:00', '1786-12-31 00:00:00', '24', 15, '3', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1131, NULL, 0, NULL, 0, 'The History of the Giants.', NULL, 'London : Printed and sold by J. Hollis, Shoemaker-Row, Black-Friars, [s.a.]', 'London', 'Hollis, J.', NULL, NULL, NULL, '72', 14.2, '7', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1132, NULL, 0, NULL, 0, 'The history of the haveral wives; or, the folly of witless women displayed...', NULL, 'Edinburgh : Printed by J. Morren [s.a.]', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '8', 13.6, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1133, NULL, 0, NULL, 0, 'The history of the hunting at Chevychase... Also, two historical ballads, giving the Scotch account of Chevychase & Haughs of Cromdale', NULL, 'Falkirk : Printed and sold by T. Johnston, 1801', 'Falkirk', 'Johnston, Thomas', NULL, '1801-01-01 00:00:00', '1801-12-31 00:00:00', '24', 13.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1134, NULL, 0, NULL, 0, 'The history of the king and the cobler...', NULL, 'Stirling : Printed by M. Randall. [s.a.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 13.2, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1135, NULL, 0, NULL, 0, 'The history of the king and the cobler...', NULL, 'Stirling : Printed by W. Macnie, 1825', 'Stirling', 'Macnie, William', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13.2, '10', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, 'Henry VIII, King of England, 1491-1547, in fiction, drama, poetry, etc', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1136, NULL, 0, NULL, 0, 'History of the life and death of the great warrior Robert Bruce, King of Scotland.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.3, '1', NULL, NULL, '108', 'Dated from examination of text and style.\r\n\'108\' is printed at the foot of the title page.\r\nThere is a variant with \'ix. 5\' printed at the foot of the title page. StEdNL : Mas.618(11)\r\nIllustration on title page.', NULL, 0, 'Robert I, King of Scots, 1274-1329.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1137, NULL, 0, NULL, 0, 'The history of the life and sufferings, of the Reverend John Welch, sometime minister of the Gospel at Ayr. To which is added Some prophetical letters, Wrote by him, when prisoner in Edinburgh and Blackness Castles.', NULL, 'Edinburgh : Printed and sold in Niddery\'s-wynd, M,DCC,LXXX.', 'Edinburgh', 'Robertson, Alexander', NULL, '1780-01-01 00:00:00', '1780-12-31 00:00:00', '32', 14.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1138, NULL, 0, NULL, 0, 'The history of the wicked life and horrid death of Dr. John Faustus', NULL, 'Edinburgh : Printed for the booksellers in town and country, [1820-1830?] ', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from examination of text and style.', NULL, 0, 'Faust, d. ca. 1540, in fiction, drama, poetry, etc.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1139, NULL, 0, NULL, 0, 'The history of the wicked life and horrid death of Dr. John Faustus, shewing, how he sold himself to the devil, to have power for 24 years to do what he pleased. Also, strange things done by him and Mephistopholes. With an account how the devil came at the end of twenty-four years, and tore him in pieces.', NULL, 'Stirling : Printed and sold by M. Randall. [s.a.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 13, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1140, NULL, 0, NULL, 0, 'The history of Tom Thumb. Wherein is declared, his marvellous acts of manhood, full of wonderful merrimenr. Part the first.', NULL, '[Birmingham] : D. Wrightson, printer, Edmund Street. [on back : In Snow Hill, Birmingham,/ They sell histories ...', 'Birminham', NULL, NULL, '1780-01-01 00:00:00', '1820-12-31 00:00:00', '24', 13.9, '14', 'onw penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1141, NULL, 0, NULL, 0, 'The history of Tommy Playlove and Jacky Lovebook. : wherein is shown the superiority of virtue over vice, however dignified by birth or fortune. Embellished with elegant cuts', NULL, 'Glasgow : Published by J. Lumsden & Son, 1819', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1819-01-01 00:00:00', '1819-12-31 00:00:00', '51', 12.2, '13', NULL, NULL, NULL, 'Paper label on front wrapper: Lumsden & Son\'s edition of Tommy Playlove & Jacky Lovebook.', 'Roscoe & Brimmell, no. 130.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1142, NULL, 0, NULL, 0, 'The history of Valentine and Orson; to which is added, The comical history of the courtier and tinker.', NULL, 'Glasgow : Published and sold wholesale and retail, by R. Hutchison & Co. booksellers, No. 10, Saltmarket, [1804-1819?] ', 'Glasgow', 'Hutchison, Robert', NULL, '1804-01-01 00:00:00', '1819-12-31 00:00:00', '24', 13.4, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1143, NULL, 0, NULL, 0, 'The history of Valentine and Orson. With a coloured engraving.', NULL, 'Derby : Thomas Richardson. [s.a.]', 'Derby', 'Richardson, Thomas', NULL, '1825-01-01 00:00:00', '1850-12-31 00:00:00', '12', 9.8, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1144, NULL, 0, NULL, 0, 'The history of Whittington and his cat. To which are added, Two poems', NULL, 'Stirling : Printed and sold by M. Randall. [s.a.]', 'Stirling', 'Randall, M.', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 13, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1145, NULL, 0, NULL, 0, 'History, witty questions, and answers, of that noted philosopher, The miller of Whittingham Mill, and Bessy Puslem his wife.', NULL, 'Edinburgh : Printed this present year 1793. Opposite the foot of the Old Assembly Close.', 'Edinburgh', NULL, NULL, '1793-01-01 00:00:00', '1793-12-31 00:00:00', '24', 14.2, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1146, 'Hogg, James, 1770-1835', 0, NULL, 0, 'The history of Duncan Campbell and his dog Oscar. From Hogg\'s evening tales.', NULL, 'Printed by D. Macarters and Sons, Ayr, for J. Lumsden & Son, Glasgow, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Macarter, David', '1820-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1147, 'Hogg, James, 1770-1835', 0, NULL, 0, 'The long pack; or, the robbers discovered. A Scottish story, by the Ettrick Shepherd', NULL, 'Glasgow : Printed for the booksellers, [ca. 1850?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, '24', 'Dated from examination of text and style.\r\nIllustration on title page of seated man playing bagpipes.\r\n\'24\' is printed at the foot of the title page.\r\nAuthor\'s name: James Hogg', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1148, NULL, 0, NULL, 0, 'Holiday entertainment; or, the good child\'s fairing. Containing the plays and sports of Charles and Billy Welldon, and other little boys and girls who went with them to the fair.', NULL, 'Glasgow : Published and sold, wholesale, by Lumsden and Son, [c. 1820.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1819-01-01 00:00:00', '1821-12-31 00:00:00', '32', 8.7, '10', 'Twopence', 'Lumsden & Son\'s juvenile library', NULL, NULL, 'Roscoe & Brimmell, no. 84.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1149, NULL, 0, NULL, 0, 'The holy disciple; or, the history of Joseph of Arimathea... To which is added, Meditations on... Christ', NULL, 'Glasgow : Printed and sold by J. n& J. Robertson. MDCCLXXVII.', 'Glasgow', 'Robertson, John', 'Robertson, James', '1777-01-01 00:00:00', '1777-12-31 00:00:00', '24', 14.5, '3', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1150, NULL, 0, NULL, 0, 'A humerous trial: to which is added Gouf-ma-logie...', NULL, '[S.l.] : Printed for the booksellers. [s.a.]', NULL, NULL, NULL, '1817-05-01 00:00:00', '1840-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1151, NULL, 0, NULL, 0, 'The humorous adventures of Jump Jim Crow', NULL, 'Glasgow, [s.a.]', 'Glasgow', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1152, NULL, 0, NULL, 0, 'The humorous exploits of Watty and Meg; or, the wife reformed', NULL, 'Paisley : Printed by G.Caldwell, 2, New-street. [s.a.]', 'Paisley', 'Caldwell, George, junior', NULL, '1829-01-01 00:00:00', '1857-12-31 00:00:00', '8', 14.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1153, NULL, 0, NULL, 0, 'The hunting of Chevy-Chace: a Scots ballad', NULL, 'Kilmarnock : Printed for the booksellers. [s.a.]', 'Kilmarnock', NULL, NULL, NULL, NULL, '8', 14.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1154, NULL, 0, NULL, 0, 'The hunting of Chevy-Chace: a Scots ballad...', NULL, 'Stirling : Printed by W. Macnie, [s.a.]', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1155, NULL, 0, NULL, 0, 'The hunting of Chevychase, a bloody battle fought by Earls Douglas and Percy...', NULL, 'Falkirk : Printed for the booksellers [s.a.]', 'Falkirk', NULL, NULL, '1810-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1156, NULL, 0, NULL, 0, 'The hunting of Chievy Chace: an heroic ballad.', NULL, 'Edinburgh : Printed by J. Morren, Cowgate', 'Edinburgh', 'Morren, John', NULL, '1997-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1157, NULL, 0, NULL, 0, 'The improvements on Hartfield: a poem. Giving a particular account of the successful exertions of Robert Fulton, Esq. to improve that formerly uncultivated estate', NULL, 'Paisley : Printed by J. Neilson, for the author, 1803', 'Paisley', 'Neilson, John', NULL, '1803-01-01 00:00:00', '1803-12-31 00:00:00', '8', 11.5, '0', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1158, NULL, 0, NULL, 0, 'The Indian lover\'s garland. In two parts...', NULL, '[Glasgow? : s.n., 1790?] ', 'Glasgow', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 13.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication and date from external evidence.\r\nThe Indian lover\'s garland : Tune of What is greater joy and pleasure.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1159, NULL, 0, NULL, 0, 'The intrepid & daring adventures of sixteen British seamen. To which is added, A cure for the toothach.', NULL, 'Paisley : Printed and published by G. Caldwell, 1837', 'Paisley', 'Caldwell, George, junior', NULL, '1837-01-01 00:00:00', '1837-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1160, NULL, 0, NULL, 0, 'Ioram na truaighe, le Issachari M\'Aula do Thighearna Assinn. Oran le te ga Leannan. Am freagradh.', NULL, '[Inveraray] : Printed for and sold by the publisher, Inverary, [ca. 1815] ', 'Inveraray', NULL, NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nProbably printed by by Thomas Duncan in Glasgow, with an Inveraray imprint, for Paruig Tuainer, (Peter Turner) a chapman, and sold throughout the Highlands.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1161, NULL, 0, NULL, 0, 'The Irish maniac. To which are added Welcome Royal Charley. Mary Morrison. And De\'il\'s awa\' wi\' the Exciseman', NULL, 'Falkirk : Printed by R. Taylor, [1825-1826?] ', 'Falkirk', 'Taylor, Robert', NULL, '1825-01-01 00:00:00', '1826-12-31 00:00:00', '8', 11.5, '2', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from the Scottish Book Trade Index.', NULL, 0, 'Charles Edward, Prince, grandson of James II, King of England, 1720-17', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1162, NULL, 0, NULL, 0, 'The Irish wedding. To which are added, The rigs of barley. The tinker\'s song. The milk maid got with child at a wake. A seafaring song. The auld yellow-hair\'d laddie.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1806', 'Glasgow', 'Robertson, JamesRobertson, James', 'Robertson, Matthew', '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 14.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1163, NULL, 0, NULL, 0, 'Christ\'s Kirk on the Green. In three cantos...', NULL, 'Stirling : Printed and sold by M. Randall, [1813-1820?] ', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 14.4, '1', NULL, NULL, NULL, 'The first canto attributed to James I, King of Scotland, the other two being Allan Ramsay\'s.\r\nDated from the Scottish Book Trade Index.\r\nIn verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1164, NULL, 0, NULL, 0, 'Jamie and Nancy; or, the Yarmouth tragedy…', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1801', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1801-01-01 00:00:00', '1801-12-31 00:00:00', '8', 13.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1165, NULL, 0, NULL, 0, 'Jamie\'s bad wife. To which are added, Success to the loom. The delicate maid. Labour in vain. The season of love.', NULL, 'Falkirk : Printed by T. Johnston, [1817] ', 'Falkirk', 'Johnston, Thomas', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at foot of p. 8 reads : Falkirk- T. Johnston, Printers 1817.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1166, NULL, 0, NULL, 0, 'Jammy and Nancy of Yarmouth; or, the constant lovers. In four parts', NULL, 'Falkirk : Printed and sold by T. Johnston, 1801', 'Falkirk', 'Johnston, Thomas', NULL, '1801-01-01 00:00:00', '1801-12-31 00:00:00', '8', 14.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1167, NULL, 0, NULL, 0, 'Jeany Diver. To which are added, Tom Broun. Charming Sally. The new way of Taliho. Katharine Ogie.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1806', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 13.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1168, NULL, 0, NULL, 0, 'Jemmy and Nancy of Yarmouth; or, the constant lovers. In four parts', NULL, 'Falkirk : Printed for the booksellers, [1840-1850?] ', 'Falkirk', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', NULL, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1169, NULL, 0, NULL, 0, 'Jemmy & Nancy of Yarmouth; or, the constant lovers. In four parts', NULL, '[S.l.] : Printed for the booksellers [s.a.]', NULL, NULL, NULL, NULL, NULL, '8', 12.7, '1 (probably 2 separate blocks side by side)', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1170, NULL, 0, NULL, 0, 'Jenny dang the weaver. To which are added, The green purse. The king and the miller. Bonny Bet. Esk mill. The cobler\'s happiness.', NULL, 'Edinburgh : Printed for the booksellers, 1820', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nEsk mill : Tune - Banks of the Devon.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1171, NULL, 0, NULL, 0, 'Jerusalem\'s captivities lamented; or, a plain description of Jerusalem from Joshua\'s time to the year 1517, both from scripture and ancient history... To which is added, A singular instance of Turkish justice', NULL, 'Edinburgh : Printed for the booksellers in town and country, by R Menzies, Lawnmarket, [1810-1836?] ', 'Edinburgh', 'Menzies, R.', NULL, '1810-01-01 00:00:00', '1836-12-31 00:00:00', '24', 13, '0', 'Price three pence', NULL, NULL, 'Dated from period of activity of publisher.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1172, NULL, 0, NULL, 0, 'Jervis taking the Spanish fleet. To which are added, Measure for measure, The flowers of Edinburgh, The love-sick taylor, and Heigh for the petticoat.', NULL, 'Greenock : Printed by W. Scott, [s.a.]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.6, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1173, NULL, 0, NULL, 0, 'John Anderson my Jo. Low down in the broom. It was upon a Lammas night. The banks of Doon. Land of the leal. Lubin is away.', NULL, 'Glasgow : Printed for the booksellers, 1828', 'Glasgow', NULL, NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '8', 13.2, NULL, NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1174, NULL, 0, NULL, 0, 'Johnnie Cope; to which are added, Whistle o\'er the lave o\'t, My dear Highland laddie, O. The maid in Bedlam.', NULL, 'Stirling : Printed by W. Macnie, 1826', 'Stirling', 'Macnie, William', NULL, '1826-01-01 00:00:00', '1826-12-31 00:00:00', '8', 11.7, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, 'Cope, John, Sir, d. 1760', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1175, NULL, 0, NULL, 0, 'Johnny Faa. Maggie Lauder. Fee him, father, fee him. Faint and wearily', NULL, 'Edinburgh : Printed for the booksellers, [s.a.]', 'Edinburgh', NULL, NULL, NULL, NULL, '8', 12.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1176, NULL, 0, NULL, 0, 'John of Badenyon: to which are added, Fair maid who \'tends the goats. The hawthorn', NULL, '[S.l.], Entered according to order, 1799', NULL, NULL, NULL, '1799-01-01 00:00:00', '1799-12-31 00:00:00', '8', 13.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1177, NULL, 0, NULL, 0, 'John Thompson\'s man; or, a short survey of the difficulties and disturbances that may attend a married life. To which are added, some very extensive and most salutary observations thereon. With certain and approved rules for the choice of a wife.', NULL, 'Stirling : Printed by M. Randall [s.a.]', 'Stirling', 'Randall, Mary', NULL, '1813-01-01 00:00:00', '1820-12-31 00:00:00', '24', 13, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1178, NULL, 0, NULL, 0, 'The jolly beggar. To which are added, The Duke of Argyle\'s courtship to an English lady, and The weaver\'s daughter', NULL, 'Falkirk : Printed for the booksellers, [1830-1840?] ', 'Falkirk', NULL, NULL, '1830-01-01 00:00:00', '1840-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1179, NULL, 0, NULL, 0, 'The jolly sailor\'s description of, a Man of war. To which are added, Happy Dick Dawson. Chloe\'s kisses. The contented lover.', NULL, 'Glasgow : Printed by J. & M. Robertson, 1806', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 14.1, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1180, NULL, 0, NULL, 0, 'The jovial cruising sailor. To which are added, Wer\'t thou but my ain thing. Bessy Bell and Mary Gray. The county of Cavin. The laugh spoil\'d.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1800', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', 13.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1181, NULL, 0, NULL, 0, 'The jovial sailor\'s wedding: or, All parties pleased. To which are added, My wife has ta\'en the gee. The grand tack. The rose in Yarrow. The Britannia. Ma chere amie.', NULL, 'Glasgow : Printed by J. & M. Robertson, [No.20.] Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1182, NULL, 0, NULL, 0, 'Katharine Ogie, to which is added, John Anderson, my Jo, Jean Anderson, my Jo, Maria.', NULL, 'Glasgow : Published and sold, wholesale and retail, by R. Hutchison, bookseller, 19 Saltmarket, 1823', 'Glasgow', 'Hutchison, Robert', NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.5, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1183, NULL, 0, NULL, 0, 'The Kentshire tragedy; or, the constant lovers overthrow. To which are added, The hogg\'s tub. The ploughman\'s love to the farmer\'s daughter. The shepherdess lamenting her drowned lover.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1802', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1802-01-01 00:00:00', '1802-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at the foot of p. 8 reads : Glasgow, Printed by J. & M. Robertson, Saltmarket, 1802.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1184, NULL, 0, NULL, 0, 'The Kentshire tragedy; or, The constant lover\'s overthrow. : To which are added, The hogg\'s tub. The shepherdess lamenting her drowned lover. The ploughman\'s love to the farmer\'s daughter. The modern marriage question. A song for three voices.', NULL, 'Glasgow : Printed by J. & M. Robertson, (No. 20) Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1185, 'Ker, Robert', 0, NULL, 0, 'An account of the bad treatment, that I Robert Ker met him with in the town of Falkirk...', NULL, '[S.l.] : [1717]', NULL, NULL, NULL, '1717-01-01 00:00:00', '1717-12-31 00:00:00', '5', 11.8, '0', NULL, NULL, NULL, 'Press cutting.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1186, NULL, 0, NULL, 0, 'The keys of love. To which are added, The lass of Galawater. The wounded farmer\'s son. The rover reclaim\'d. Lovely Damon.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1799', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1799-01-01 00:00:00', '1799-12-31 00:00:00', '8', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1187, NULL, 0, NULL, 0, 'King James the first and the tinker. To which are added, The charming beauty. Caledonia look\'d down. The sailor\'s lamentation. With The answer. For the love of Jean. The cobler\'s tragical end.', NULL, 'Glasgow : Printed by J. & M. Robertson, no. 20. Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1188, NULL, 0, NULL, 0, 'King Robert Bruce\'s garland: an heroic ballad...', NULL, 'Falkirk : Printed by T. Johnston, 1815', 'Falkirk', 'Johnston, Thomas', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '24', 14, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1189, NULL, 0, NULL, 0, 'The ladies\' amusements. To which are added, The gallant sailor. Nature\'s richest mine. Jenny dang the weaver. O\'er the muir amang the heather. Lilies of the valley', NULL, 'Edinburgh : Printed for the booksellers, 1820', 'Edinburgh', NULL, NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1190, NULL, 0, NULL, 0, 'The Laird of Cool\'s ghost. Being a wonderful and true account of several conferences betwixt the late Rev. Mr. Ogilvie, Minister of the Gospel at Innerwick, and the ghost of the deceased Mr. Maxwell, late Laird of Cool. Written by Mr. Ogilvie\'s own hand, and found in his closet after his death, which happened very soon after these conferences.', NULL, 'Falkirk : Printed by T. Johnston, 1817.', 'Falkirk', 'Johnston, Thomas', NULL, '1817-01-01 00:00:00', '1817-12-31 00:00:00', '24', 14.3, '2 (on cover)', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1191, NULL, 0, NULL, 0, 'Lament for Abercrombie; to which are added, The harper of Mull. John Anderson my jo John. Wood of Craigie lea. Let drunkards', NULL, 'Stirling : Printed by W. Macnie, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.6, '1', NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1192, NULL, 0, NULL, 0, 'The lament of Flora M\'Donald; to which are added, Within a mile of Edinburgh, Tweedside, Go, plaintive sounds, Yellow-haired laddie, and The Lord\'s Marie.', NULL, 'Glasgow : Printed for the booksellers, 1828', 'Glasgow', NULL, NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '8', 13.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1193, NULL, 0, NULL, 0, 'The lammy; to which are added, The soldier\'s return. Gow\'s fareweel to whisky. Gloomy Winter\'s now awa', NULL, 'Stirling : Printed by W. Macnie, 1823', 'Stirling', 'Macnie, William', NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, 'Gow, Niel, 1727-1807.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1194, NULL, 0, NULL, 0, 'The land o\' the leal. To which are added, Tullochgorum. Allister M\'Allister. The nymph\'s reply.', NULL, 'Edinburgh : Printed for the booksellers, 1821', 'Edinburgh', NULL, NULL, '1821-01-01 00:00:00', '1821-12-31 00:00:00', '8', 12.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1195, NULL, 0, NULL, 0, 'Lassie wi\' the raven locks. It was upon a Lammas night. Hills o\' Gallowa. The tear. Mary, I believed thee true', NULL, 'Edinburgh : Printed for the booksellers, 1819', 'Edinburgh', NULL, NULL, '1819-01-01 00:00:00', '1819-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1196, NULL, 0, NULL, 0, 'The lass of Ballochmyle. Auld Rob Morris. Wandering Willie. For a\' that and a\' that. Meg o\' the mill.', NULL, 'Glasgow : Printed for the booksellers, 1826', 'Glasgow', NULL, NULL, '1826-01-01 00:00:00', '1826-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'reprint of 1823 edition - see Bh13-d.4', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1197, NULL, 0, NULL, 0, 'The lass of Livingston: to which are added, Within a mile of Edinburgh, Over the hills and far away, and The bonny brucket lassie', NULL, 'Falkirk - printed by T. Johnston, [s.a.]', 'Falkirk', 'Johnston, Thomas', NULL, '1797-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1198, NULL, 0, NULL, 0, 'The lass of Peatie\'s mill. To which are added, Ca\' the ewes to the knows, Barbadoes\' bells, The maid of Islay, and, With horns and hounds.', NULL, 'Greenock : Printed by William Scott, [s.a.]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.5, '2', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1199, NULL, 0, NULL, 0, 'The lass o\' Glenshee: to which are added, Donald Caird\'s come again. The braes o\' Balquither. The betray\'d lover', NULL, 'Edinburgh : Printed for the booksellers in town and country, 1823', 'Edinburgh', NULL, NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1200, NULL, 0, NULL, 0, 'The last dying speech, and travels, of William Walker... To which is added, The plumber', NULL, '[Aberdeen] : (Printed by J. Chalmers & Co. Castlestreet Aberdeen.), [1800?] ', 'Aberdeen', 'Chalmers, James', NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', 13.2, '1', NULL, NULL, NULL, 'Dated from external evidence.\r\nIn prose and verse.\r\nWoodcut on title page.\r\nColophon at foot of p. 8 reads : (Printed by J. Chalmers & Co. Castlestreet Aberdeen.).', NULL, 0, NULL, 1); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1201, NULL, 0, NULL, 0, 'Last May a braw wooer. Mucking o Geordie\'s byre. Mary\'s dream. Parting moments. Rosy morn.', NULL, 'Edinburgh : Printed for the booksellers, 1818', 'Edinburgh', NULL, NULL, '1819-01-01 00:00:00', '1819-12-31 00:00:00', '8', 11.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nLast May a braw wooer : Tune - The Lothian lassie.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1202, NULL, 0, NULL, 0, 'The last speech of the farmer\'s colly, also The farmer\'s lament, and The Rochester lass.', NULL, 'Stirling : [s.n.], Printed in the year, 1806', 'Stirling', 'Randall, Charles', NULL, '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPrinter possibly Charles Randall.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1203, NULL, 0, NULL, 0, 'Laughable budget of wit: a selection of choice bon mots, repartees, anecdotes, &c', NULL, 'Kilmarnock : Printed by H Crawford for the booksellers, [s.a.]', 'Kilmarnock', 'Crawford, Hugh', NULL, '1811-01-01 00:00:00', '1831-12-31 00:00:00', '24', 13.4, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1529, NULL, 0, NULL, 0, 'Tweed side. To which are added The weary pund o\' tow Tarry woo\'. Dull care.', NULL, 'Stirling : Printed by C. Randall, 1808', 'Stirling', 'Randall, Charles', NULL, '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1530, NULL, 0, NULL, 0, 'Tweedside, to which is added, Hallow Fair, Katharine Ogie, and The lass of Aranteenie', NULL, 'Glasgow : Published and sold, wholesale and retail, by R. Hutchison, bookseller, 19 Saltmarket, 1823', 'Glasgow', 'Hutchison, Robert', NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nHallow Fair : Tune - Fy let us a\' to the Bridal.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1531, NULL, 0, NULL, 0, 'Twelve days of Christmas: an old English carol', NULL, 'Marshall, printer, Newcastle, [s.a.]', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1790-01-01 00:00:00', '1820-12-31 00:00:00', '1', 26.9, '0', NULL, NULL, NULL, 'Single-sided broadsheet', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1532, NULL, 0, NULL, 0, 'The two babes in the wood; to which is added, The Highland laddie', NULL, 'Falkirk : Printed for the booksellers, [1840-1850?] ', 'Falkirk', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1533, NULL, 0, NULL, 0, 'The two constant lovers who died on the road. To which are added, Neptune\'s mistake. The Middlesex Flora; or, the ship-wreck\'d sailor. The naval heroes.', NULL, 'Glasgow : Printed by J. & M. Robertson, (No. 20) Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1534, NULL, 0, NULL, 0, 'Two excellent new songs. I. A new song called the king and tinker. II. The humours of Glen (note: \'the latter work of the title is missing.)', NULL, '[S.l.] : Printed in the year 1777', NULL, NULL, NULL, '1777-01-01 00:00:00', '1777-12-31 00:00:00', '4 (last 4 pages missing?)', 13.2, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1535, NULL, 0, NULL, 0, 'Two excellent old songs. The blaeberries; and Johnny Cope', NULL, 'Peterhead : Printed by P. Buchan, [1816-1831?] ', 'Peterhead', 'Buchan, Peter', NULL, '1816-01-01 00:00:00', '1831-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, 'Cope, John, Sir, d. 1760 Songs and music.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1536, NULL, 0, NULL, 0, 'Two old songs. The perjured maid, and The waukrife mammy', NULL, 'Falkirk : Printed for the booksellers, [1830-1840?] ', 'Falkirk', NULL, NULL, '1830-01-01 00:00:00', '1840-12-31 00:00:00', '8', 12.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from external and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1537, 'T. M. ', 0, NULL, 0, 'Two original songs, by T.M. Viz. The banks of Ugie, and Ben Stout. To which is added, The new Ramilies', NULL, 'Peterhead : Printed by P. Buchan, [1816-1831?] ', 'Peterhead', 'Buchan, Peter', NULL, '1816-01-01 00:00:00', '1831-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nBanks of the Ugie : Tune - The bonny lass of Aberdeen.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1538, NULL, 0, NULL, 0, 'Two popular songs: viz. - Falkirk Fair. Highland widow\'s lament', NULL, 'Falkirk : [s.n.], Printed in the year 1825', 'Falkirk', 'Taylor, Robert', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPrinter possibly Robert Taylor.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1539, NULL, 0, NULL, 0, 'The two sailors outwitted; or, eggs and bacon. To which are added, The smart Robin Gray. The jealous husband well paid. English good ale. Maids be not too nice in the matter.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1805', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1805-01-01 00:00:00', '1805-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1540, NULL, 0, NULL, 0, 'The tyrant\'s views frustrate. To which are added, I wonder\'d what he meant. The shepherd\'s holiday. Drive me not to despair. There\'s my thumb I\'ll ne\'er beguile thee. The Highland lassie. You\'re fitter for a lover\'s arms. Cynthia\'s perplexity.', NULL, 'Glasgow : Printed by J. & M. Robertson, [No.20] Saltmarket, 1808', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1808-01-01 00:00:00', '1808-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1541, NULL, 0, NULL, 0, 'The unfortunate fair; or, the sad disaster. To which are added, The rock & a wee pickle tow. The resolute lady; or, fortunate footman. Beauty and rigour.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1801', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1801-01-01 00:00:00', '1801-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at the foot of p. 8 reads : Glasgow, Printed by J. & M. Robertson, Saltmarket, 1801.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1542, NULL, 0, NULL, 0, 'Ungrateful nanny. To which are added, Truth laid open.', NULL, 'Stirling : Printed by W. Macnie, [1820-1830?] ', 'Stirling', 'Macnie, William', NULL, '1820-01-01 00:00:00', '1830-12-31 00:00:00', '8', 11.3, '1', NULL, NULL, NULL, 'In verse.\r\nDated from the Scottish Book Trade Index.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1543, NULL, 0, NULL, 0, 'The unhappy couple. To which are added, Lord Howe\'s victory. The lass of Humber-side. Jenny May.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1802', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1802-01-01 00:00:00', '1802-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at the foot of p. 8 reads : Printed by J. & M. Robertson, Saltmarket, 1802.', NULL, 0, 'Howe, George Augustus, 3rd viscount, 1724-1758.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1544, NULL, 0, NULL, 0, 'The Valentine\'s gift; or, a plan to enable children of all denominations to behave with honour, integrity and humanity. To which is added, Some account of old Zigzag, and of the horn which he used to understand the language of birds, beasts, fishes, and insects', NULL, 'Glasgow : Published and sold by J. Lumsden & Son, [s.a.]', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1816-01-01 00:00:00', '1820-12-31 00:00:00', '67', 11.2, '15', 'Sixpence', NULL, NULL, 'Paper label on front wrapper: Lumsden & Son\'s edition of Valentine\'s gift.', 'Roscoe & Brimmell, no. 134.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1545, NULL, 0, NULL, 0, 'The valiant Sir James the Rose\'s garland.', NULL, '[S.l.] : Printed this present year, 1798', NULL, NULL, NULL, '1798-01-01 00:00:00', '1798-12-31 00:00:00', '8', 15, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1546, NULL, 0, NULL, 0, 'The valiant soldier. To which are added, Had awa\' frae me, Donald. Britons to arms. Corn riggs are bonny. Carle and the King come.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1806', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 13.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at the foot of p. 8 reads : Glasgow, Printed by J. and M. Robertson, Saltmarket, 1806.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1547, NULL, 0, NULL, 0, 'The valiant soldier. To which are added, Had awa\' frae me, Donald. Britons to arms. Corn riggs are bonny. Carle and the King come.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1806', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 14, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1548, NULL, 0, NULL, 0, 'The vanity of life. To which are added, I ken he loo\'s me weel. Moll in the wad. The waterman\'s lamentation. The beggar.', NULL, 'Glasgow : Printed by J. & M. Robertson, Saltmarket, 1800', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1800-01-01 00:00:00', '1800-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1549, NULL, 0, NULL, 0, 'The vanity of life. To which are added, I ken he loo\'s me weel. Moll in the wad. The waterman\'s lamentation. The beggar.', NULL, 'Glasgow : Printed by J. and M. Robertson, Saltmarket, 1806', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1806-01-01 00:00:00', '1806-12-31 00:00:00', '8', 14, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at the foot of p. 8 reads : Glasgow, Printed by J. & M. Robertson, Saltmarket, 1806.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1550, NULL, 0, NULL, 0, 'Vice punished, and virtue rewarded. Being the history of Mr. Tommy Thoroughgood, and Mr. Francis Froward, two apprentices to the same Master.', NULL, 'Edinburgh: : Printed this present year., [1790?] ', 'Edinburgh', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '24', NULL, NULL, NULL, NULL, NULL, 'Dated from external evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1551, NULL, 0, NULL, 0, 'Vicissitude; or, the life and adventures of Ned Frolic: an original comic song. For the entertainment of all good boys and girls in the British Empire', NULL, 'Glasgow : Published and sold by J. Lumsden & Son, 1818', 'Glasgow', 'Lumsden, James, c.1750-c.1830', 'Lumsden, James, 1778-1856', '1818-01-01 00:00:00', '1818-12-31 00:00:00', '16', 11.2, '4', NULL, NULL, NULL, 'Illustrations on one side of pages not included in pagination.', 'Roscoe & Brimmell, no. 22.', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1552, NULL, 0, NULL, 0, 'The village sexton, to which is added, The boatie rows, The days o\' lang syne, The lass o\' Gowrie, We\'re a noddin\'.', NULL, 'Glasgow : Published and sold, wholesale and retail, by R. Hutchison, bookseller, 19 Saltmarket, 1823', 'Glasgow', 'Hutchison, Robert', NULL, '1823-01-01 00:00:00', '1823-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.\r\nThe village sexton : Tune - Cameron\'s got his wife again.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1553, NULL, 0, NULL, 0, 'A voice from the dead; or, the apparition of William Clarkson...', NULL, 'Paisley : Printed by Caldwell and son [s.a.]', 'Paisley', 'Caldwell, George', 'Caldwell, George, junior', '1826-01-01 00:00:00', '1842-12-31 00:00:00', '8', 13.5, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1554, NULL, 0, NULL, 0, 'The volunteer boys; to which are added, Barring o\' the door, Days o\' langsyne, The hen-peck\'d husband.', NULL, 'Edinburgh : Printed for the booksellers., [1815?-1825?]', 'Edinburgh', NULL, NULL, '1815-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from external evidence.\r\nIn verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1555, NULL, 0, NULL, 0, 'The volunteer boys. To which are added, I wou\'d if I was not so young. The narrow escape of Murphy Delaney. A favourite hunting song. The naval heroes. The blush. The soger laddie.', NULL, 'Glasgow : Printed by J. and M. Robertson, Saltmarket, 1801', 'Glasgow', 'Robertson, James', 'Robertson, Matthew', '1801-01-01 00:00:00', '1801-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nColophon at foot of p. 8 reads : Printed by J. & M. Robertson, Saltmarket, 1801.\r\nThe volunteer boys : Tune - Let the toast pass.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1876, NULL, 0, NULL, 0, 'A short explanation of the ten commandments, designed for the use of Sunday\'s schools. And calculated to assist parents in teaching their children their duty to God and man.', NULL, 'Edinburgh : Printed by David Paterson, and sold by M. Gray, Exchange. MDCCLXXXIX', 'Edinburgh', 'Paterson, David', NULL, '1789-01-01 00:00:00', '1789-12-31 00:00:00', '52', 15, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1877, 'Watts, Isaac, 1674-1748', 0, NULL, 0, 'Two sets of catechisms for children. ...', NULL, 'Edinburgh : Printed for J. Dickson, Front of the Exchange. M,DCC,LXXXV.', 'Edinburgh', 'Dickson, J.', NULL, '1785-01-01 00:00:00', '1785-12-31 00:00:00', '40', 15, NULL, NULL, NULL, NULL, 'poss printed by David Paterson?', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1878, 'Wilson, Alexander, 1766-1813', 0, NULL, 0, 'Watty and Meg, or the wife reclaimed; together with Habbie Simpson and his wife, or A new way of raising the wind; Donald and his dog; The West Country weaver turned teetotaler; The loss o\' the pack; John Tamson\'s cart; Takin\' it out o\' his mouth.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.7, '1', NULL, NULL, '130', 'Dated from examination of text and style.\r\nIllustration on title page\r\n\'130.\' is printed at the foot of the title page.\r\nAnonymous author: Alexander Wilson\r\nIn prose and verse.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1879, NULL, 0, NULL, 0, 'The negro minstrel: containing a choice selection of the most populat negro songs. No. I', NULL, 'Glasgow : Printed for the booksellers, 1850.', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12, NULL, 'One penny', NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1880, NULL, 0, NULL, 0, 'The life and death of fair Rosamond, concubine to King Henry II.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12.3, '1', NULL, NULL, '14', 'In verse.\r\nDated from internal and external evidence.\r\nTitle page includes an illustration.\r\n\'14\' is printed beneath the imprint.\r\nVariant exists with \'No. 14,\' printed top left of title page and type set slightly differently. StEdNL : L.C.2851(15).', NULL, 0, 'Clifford, Rosamond.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1881, 'Macneill, Hector, 1746-1818', 0, NULL, 0, 'The history of Will and Jean: or, The sad effects of drunkenness.', NULL, 'Glasgow : Printed for the booksellers, [ca. 1850?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.8, '2', NULL, NULL, '36', 'Dated from external evidence.\r\n\'36.\' is printed at the foot of the title page.\r\nIn verse.\r\nTitle page includes illustration of a soldier in Highland dress leaning on a musket. This differs fron the item placed at L.C.2852.B(10). The text is identical. StEdNL.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1882, NULL, 0, NULL, 0, 'The vocalist; a choice selection of songs, duets, and glees, sung at the different places of public amusement', NULL, 'Glasgow : Printed for the booksellers. of an Eastern palace.', 'Glasgow', NULL, NULL, '1830-01-01 00:00:00', '1860-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, '47', NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1884, NULL, 0, NULL, 0, 'Reading for winter evenings; a selection of amusing and instructive stories', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.8, '1', 'One penny', 'New and improved series', '22', 'Illustration on title page.\r\nTable of contents on p. [2].', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1885, NULL, 0, NULL, 0, 'Life of Louis Philippe, late king of the French; containing a correct account of his early education; his trials & adventures during his travels in Europe & America; his political career; abdication; and revolution of 1848, with the causes which led to that event.', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.6, '0', 'One penny', 'New and improved series', '25', NULL, NULL, 0, 'Louis Philippe, King of the French, 1773-1850.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1886, 'Cottin, Madame (Sophie), 1770-1807', 0, NULL, 0, 'Elizabeth; or, The exiles of Siberia', NULL, '[S.l.] : [s.n., 18--]', NULL, NULL, NULL, '1830-01-01 00:00:00', '1850-12-31 00:00:00', '24', 14.2, '1', NULL, NULL, NULL, 'At foot of title page: A large collection of song books qand histories always on hand.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1887, 'Bunyan, John, 1628-1688', 0, NULL, 0, 'The pilgrim\'s progress, from this world to that which is to come. Delivered under the similitude of a dream.', NULL, 'Glasgow : Orr and Sons, Brunswick Street, 1837', 'Glasgow', 'Orr, Francis', 'Orr (sons of Francis)', '1837-01-01 00:00:00', '1837-12-31 00:00:00', '24', 14.5, '22', NULL, NULL, NULL, '20 woodcuts, including title page, with a very abbreviated text.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1888, NULL, 0, NULL, 0, 'The adventures of Robert Earl of Huntington, vulgarly called Robin Hood. Being a complete history of all his merry adventures and valiant battles which he, little John, William Stutley, and William Scarlet, fought on divers occasions.', NULL, 'Glasgow : Printed by J. & M. Robertson, MDCCXCIV.', 'Glasgow', 'Robertson, J.', 'Robertson M.', '1794-01-01 00:00:00', '1794-12-31 00:00:00', '84', 12.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1889, NULL, 0, NULL, 0, 'The gude Wallace; to which is added Lord Thomas Stuart.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 11.8, '1', NULL, NULL, '76', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'76.\' is printed beneath the imprint.', NULL, 0, 'Wallace, William, Sir, d. 1305 Poetry.\r\nStuart, Thomas, Lord Poetry.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1890, NULL, 0, NULL, 0, 'The Battle of Otterbourne; together with the old ballad of Lady Anne.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, '75', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'75.\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1891, NULL, 0, NULL, 0, 'Harry Bluff. Logie of Buchan. Within a mile of Edinburgh town. Oh! no, we never mention her. Oh, say not womam\'s [sic] love is bought. Dearest maid, my heart is thine. Meet me in the moonlight. Tell me why men will deceive us.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, '37', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'37\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1892, NULL, 0, NULL, 0, 'Seven of the most popular songs. The bridal ring. What are you going to stand. The lassies of Scotland. The Macgregor\'s gathering. Farewell to the mountain. The banks of the blue Mozelle. \'Twas merry in the hall.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, '45', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'45\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1893, NULL, 0, NULL, 0, 'Six popular songs. Alice Gray. England, Europe\'s glory. A light heart and a pair of breeches. The braes of busbie. Waes me for Prince Charlie. Scotland yet.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, '46', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'46\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1894, NULL, 0, NULL, 0, 'Seven excellent songs. Blythe was she. The braes of Balquhither. The young May moon. Loudon\'s bonny woods and braes. Bonnie Mary Hay. O are ye sleeping Maggie. Such tears are bliss.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, '40', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'40\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1895, NULL, 0, NULL, 0, 'Four excellent songs. Jack Robinson. The girl I left behind me. Lord Lovel. The haughs of Cromdale.', NULL, 'Glasgow : Printed for the booksellers, [1840-1850?] ', 'Glasgow', NULL, NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, '32', 'Illustration on title page.\r\nIn verse.\r\nDated from internal and external evidence.\r\n\'32\' is printed beneath the imprint.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1896, NULL, 0, NULL, 0, 'Two favourite songs. Sheriff-muir. The bonnie boatman.', NULL, 'Glasgow : Printed for the booksellers. 29.', 'Glasgow', NULL, NULL, '1820-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12, '1', NULL, NULL, '29', NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1897, NULL, 0, NULL, 0, 'Adam Bell, Clym of the Clough, and William of Cloudeslie', NULL, 'Glasgow : Francis Orr and Sons, [1840-1850?] ', 'Glasgow', 'Orr, Francis', NULL, '1840-01-01 00:00:00', '1850-12-31 00:00:00', '24', 11.7, '1', NULL, NULL, NULL, 'Dated from examination of text and style.\r\nIn verse.\r\nIllustration on title page.\r\nThere is a 4-line verse on the title page.\r\nL.4 reads \'Yarrow\', not \'Tarrow\'.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1898, NULL, 0, NULL, 0, 'Allan Tine o\' Harrow; To which are added, Jack in his Element. The Beds of Roses', NULL, 'Stirling : Printed by W. Macnie, 1825', 'Stirling', 'Macnie, William', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '8', 11, '1', NULL, NULL, NULL, 'In verse.\r\nWoodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1899, NULL, 0, NULL, 0, 'The Anecdote Book: a choice collection of anecdotes, jest, witty sayings, bon mots, &c, &c, selected from the best sources.', NULL, 'Glasgow : Printed for the booksellers, 1850', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1850-12-31 00:00:00', '24', 12.9, '1', 'One penny', 'New and Improved', '1', 'Illustration on title page', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1900, 'Partridge and Flamsted (London, England)', 0, NULL, 0, 'Partridge and Flamsteads, new and well experienced fortune book, : delivered to the world from the Astrologer’s Office, in Greenwich Park. For the benifit [sic] of young men, maids, wives and widows, who by drawing cards according to the directions of this fortune book, may know whether life will be long o[r] short, whether they shall have the person desired, and what part of the world is most profitable to live in, and all lawful questions whatsoever. The signification of moles in any part of the body, and the interpretation of dreams, as they relate to good or bad fortune. To which is added The whimsical lady..', NULL, 'Edinburgh : J. Morren, printer, East Campbell’s Close, Cowgate, [ca. 1800]', 'Edinburgh', 'Morren, John', NULL, '1800-01-01 00:00:00', '1800-12-31 00:00:00', '24', 14.3, NULL, NULL, NULL, NULL, 'Dated on internal evidence. \r\nIn verse and prose. \r\nThis item is different from the one placed at StEdNL: L.C.2804(13). There are several differences - for example there is a colon after ’Edinburgh’ in the imprint and ’benefit’ is spelt incorrectly in the title.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1901, NULL, 0, NULL, 0, 'The Battle of Harlaw; to which are added Willie\'s drowned in Gamrie and Bogie-side', NULL, 'Fintray : Printed for the Booksellers', 'Fintray', NULL, NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 10.9, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1902, NULL, 0, NULL, 0, 'The Battle of Prestonpans. To which are added, Johnnie Cope. Damon\'s Treachery. The Idol', NULL, '[S.l.] : Entered according to Order', NULL, NULL, NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 14.6, '5', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1903, NULL, 0, NULL, 0, 'The Black-Bird, a Collection of Songs', NULL, '[S.l.] : [s.n.]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '110', 13.3, NULL, NULL, NULL, NULL, 'Includes appendix', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1904, NULL, 0, NULL, 0, 'The Blind Beggar of Bednal Green, in two parts.', NULL, '[S.l.] : Entered according to Order', NULL, NULL, NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 14.3, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (1905, NULL, 0, NULL, 0, 'The Bon-Accord Sangster: containing Bon-Accord; Saturday Eve; Liberty, Equality and Fraternity; The Pipes; The Pipe and Bowl; and Welcome to the Festival', NULL, '[S.l.] : Printed for the Booksellers', NULL, NULL, NULL, '1875-01-01 00:00:00', '1875-12-31 00:00:00', NULL, 11.8, '1', NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3018, NULL, 0, NULL, 0, 'Six Scotch songs : The garb of old Gaul. Wha wadna fight for Charlie. The standard on the braes. Dumbartons bony dell. The last breathings of Napoleon. When Jenny and I were married. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.6, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3019, NULL, 0, NULL, 0, 'Five excellent songs : The braes of Balquhither. Loudon\'s bonny woods and braes. The young May moon. Blythe was she. O are ye sleeping Maggie. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.4, '4', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3020, NULL, 0, NULL, 0, 'Wae\'s me for Prince Charlie : Sweet home. Billy O\'Rourke. And, Though I\'m forsaken. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, 'Charles Edward, Prince, grandson of James II, King of England, 1720-17', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3021, NULL, 0, NULL, 0, 'Two new songs : L, A, W, Law. And, Jock and Nelly\'s courtship; or The old folks outwitted. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.3, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3022, NULL, 0, NULL, 0, 'Seven of the most popular songs : The bridal ring. What are you going to stand? The lassies of Scotland. The banks of the blue Mozelle. Farewell to the mountain. The Macgregor\'s gathering. \'Twas merry in the hall. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3023, NULL, 0, NULL, 0, 'The jaunting car : to which are added. The light guitar; The coronation, and The isle of beauty. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3024, NULL, 0, NULL, 0, 'Four popular songs : viz. The doctors, The Drygate Brig, Merry and wise, and Kathleen O\'Moore. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.4, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3025, NULL, 0, NULL, 0, 'Four popular songs : viz. Lucy\'s flittin\'. The wee bit totums. Hopeful Jamie. And, Clean pease strae. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.2, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3026, NULL, 0, NULL, 0, 'This is no my plaid : To which are added, The auld man gaun to be married. Thour\'t gane awa. And, The warning moan. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.3, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3027, NULL, 0, NULL, 0, 'Four popular songs : viz. My mither men\'t my auld breek\'s. The toom meal pock. I beg you would not mention her. And, The angels whisper. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.3, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3028, NULL, 0, NULL, 0, 'The old Scottish ballad of Andrew Lammie; or Mill of Tifty\'s Annie. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.\r\nThere is a 4-line verse on the title page.\r\nThe title page includes an illustration of a young man \'courting\' a young woman. This differs from the copies at L.C.2845(33), L', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3029, NULL, 0, NULL, 0, 'The Duke of Gordon\'s three daughters : To which is added, All round my hat. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3030, NULL, 0, NULL, 0, 'The life and death of fair Rosamond : concubine to King Henry the II. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.2, '1', NULL, NULL, NULL, 'In verse.\r\nDated from examination of text and style.\r\nTitle page includes an illustration of a coat of arms suppoted by a lion and a unicorn. This differs from the items at L.C.2851(15), L.C.2851(16) and L.C.2892(34) StEdNL.', NULL, 0, 'Clifford, Rosamond.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3031, NULL, 0, NULL, 0, 'The tragical history of Gill Morice : an ancient ballad. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.1, '1', NULL, NULL, NULL, 'Illustration on title page is of a soldier standing holding a pike. This differs from the copies at L.C.2851(4) and L.C.2892(13) StEdNL.\r\nIllustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3032, NULL, 0, NULL, 0, 'Collection of the best Scottish songs : Lass of Patie\'s mill; Ca\' the yewes to the knows. Charlie is my darling: Away with melancholy; and She never blamed him. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3033, NULL, 0, NULL, 0, 'Four popular songs : viz. Glasgow fair; Oh what a parish. A beauty I did grow; and The adventures of a shilling. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.4, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3034, NULL, 0, NULL, 0, 'The old Scottish ballad of Andrew Lammie; or, Mill of Tifty\'s Annie. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.\r\nThere is a 4-line verse on the title page.\r\nThe title page includes an illustration of a man in \'Eastern\' dress. This differs from the copies at L.C.2845(24), L.C.2851(6), ', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3035, NULL, 0, NULL, 0, 'Four popular songs : viz. Auld Rob Morris, The gowden locks of Anna, What are you going to stand, and The rush light. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3036, NULL, 0, NULL, 0, 'Three auld sangs : The auld man that liv\'d in Beith, The brewer laddie, and The Bay of Biscay, O. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.5, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3037, NULL, 0, NULL, 0, 'Captain Wedderburn\'s courtship : To which is added, Hey Johnnie Coup. ', NULL, 'Glasgow : Printed for the bookseller, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 11.6, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.\r\nBoth the illustration and typeface on the title page differ from the copies at L.C.2851(24), L.C.2887(19) and [Ao].8/3.4(24). The text is identical. StEdNL.', NULL, 0, 'Cope, John, Sir, d. 1760', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3038, NULL, 0, NULL, 0, 'Young Lochinvar : to which are added, The rose of Dunmore, Scottish whisky, Blythe was she but and ben, Sleeping Maggie, Shepherds, I have lost my love. ', NULL, 'Glasgow : Printed for the booksellers, [1850-1860?] ', 'Glasgow', NULL, NULL, '1850-01-01 00:00:00', '1860-12-31 00:00:00', '8', 12, '1', NULL, NULL, NULL, 'Illustration on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3039, NULL, 0, NULL, 0, 'Herring in sa\'t with The answer. : To which are added, The ladies\' amusement, and Hawke\'s engagement.. ', NULL, '[Glasgow] : Entered according to order,, [1790?] ', 'Glasgow', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 14.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication and date from external evidence.\r\nThe answer to herring in sa\'t : To the foregoing tune.\r\nHawke\'s engagement : To its own proper tune.', 'ESTC T189449', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3040, NULL, 0, NULL, 0, 'The pretty green-coat boy\'s garland. : In four parts. Part I. Shewing how a rich Lord\'s son in France fell in love with a poor farmer\'s daughter. Part II. How they were discovered near a grove-side, and how they were overheard by his father. Part III. How', NULL, '[Glasgow?] : Entered according to order., [1790?] ', 'Glasgow', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 14.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication and date from external evidence.', 'ESTC T181733', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3041, NULL, 0, NULL, 0, 'John of Badenyon; or, A man in search of a friend. : To which is added, Sir John Barleycorn. The young maid\'s praise of her soldier. The happy shepherd.. ', NULL, '[Glasgow?] : Entered according to order., [1790?] ', 'Glasgow', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 14.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication and date from external evidence.\r\n\'John of Badenyon\' is by John Skinner.', 'ESTC T189118', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3042, NULL, 0, NULL, 0, 'The beds of roses. : To which is added, Tea and brandy. Time caught and drown\'d in wine. The reformed drunkard. The choice of a wife. The choice of a husband. Contentment.. ', NULL, '[Glasgow?] : Entered according to order., [1790?] ', 'Glasgow', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 15, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication and date from external evidence.', 'ESTC T189285', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3043, NULL, 0, NULL, 0, 'The poor man\'s counsel: or, The married man\'s guide. : To which is added, The shady green tree. Highgate oath. I tickl\'d each phyz. The dumb woman turn\'d scold. Charming fellow.. ', NULL, '[Glasgow?] : Entered according to order., [1790?] ', 'Glasgow', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 14.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication and date from external evidence.', 'ESTC T178698', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3044, NULL, 0, NULL, 0, 'The new way of Johnny\'s grey-breeks. : To which are added, The new way of the mucking of Geordie\'s byre. My Jo Janet. Billy\'s courtship, with the answer. A new song.. ', NULL, '[Glasgow?] : Entered according to order., [1790?] ', 'Glasgow', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 14.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication and date from external evidence.', 'ESTC T188669', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3045, NULL, 0, NULL, 0, 'The bonny Scot. : To which are added, Slighted Nancy. The faithful shepherd. Gilderoy.. ', NULL, '[Glasgow?] : Entered according to order., [1790?] ', 'Glasgow', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 14.9, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication and date from external evidence.\r\nThe bonny Scot : Tune - Boat-man.\r\nSlighted Nancy : Tune - If the Kirk wad let me be.\r\nThe faithful shepherd : Tune - Auld lang syne.\r\nGilderoy : To its own proper t', 'ESTC T183730', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3046, NULL, 0, NULL, 0, 'The buxom dame of Reading; or, The cuckold\'s cap. : To which are added, A summer piece. A winter piece. Plato\'s advice. Has she not dole enough that has an old man. The king and the miller. Lovely nymph.. ', NULL, '[Glasgow?] : Entered according to order,, [1790?] ', 'Glasgow', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 14.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication and date from external evidence.\r\nThe buxom dame of Reading : To its own proper tune.', 'ESTC T167380', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3047, NULL, 0, NULL, 0, 'Patie\'s wedding; or, All parties pleased. : To which are added, Absence ill to bide. Johnny and Mary. The braes of Yarrow.. ', NULL, '[Glasgow?] : Entered according to order., [1800?] ', 'Glasgow', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 14.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication and date from external evidence.\r\nAbsence ill to bide : To its own proper tune.', 'ESTC T180468', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3048, NULL, 0, NULL, 0, 'The London \'prentice; or, The wanton mistress. To which are added, Welcome, welcome brother debtor. Down the burn Davie.. ', NULL, '[Glasgow?] : Entered according to order., [1800?] ', 'Glasgow', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 14.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication and date from external evidence.', 'ESTC T171687', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3049, NULL, 0, NULL, 0, 'The frolicsome lady; or, The happy footman. : To which is added, The woman\'s weapon; or, The kind husband\'s complaint of his wife\'s unruly tongue. A new hunting song. Envy has eyes. The maid of the mill.. ', NULL, '[Glasgow?] : Entered according to order., [1790?] ', 'Glasgow', NULL, NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 14.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nPlace of publication and date from external evidence.\r\nThe woman\'s weapon &c. : To the tune of The milking pail.\r\nA new hunting song : To its own proper tune.\r\nEnvy has eyes : To its own proper tune.\r\nThe maid of the mil', 'ESTC T184315', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3281, NULL, 0, NULL, 0, 'Auld Robin Gray : The original story. ', NULL, 'Newton-Stewart : Printed by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '24', 14.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from the Scottish Book Trade Index.\r\nThere is an 8-line verse on the title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3282, NULL, 0, NULL, 0, 'Dreams and apparitions : Containing Tibby Hyslop\'s dream and The sequel. Part first. ', NULL, 'Newton-Stewart : Published and sold wholesale and retail, by J. M\'Nairn, [1827-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1827-01-01 00:00:00', '1837-12-31 00:00:00', '24', 14.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from the Scottish Book Trade Index and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3283, NULL, 0, NULL, 0, 'Dreams and apparitions : Containing Tibby Hyslop\'s dream and The sequel. Part second. ', NULL, 'Newton-Stewart : Published and sold wholesale and retail, by J. M\'Nairn, [1827-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1827-01-01 00:00:00', '1837-12-31 00:00:00', '24', 12.7, '1', NULL, 'Cheap tracts', 'No. III', 'Woodcut on title page.\r\nDated from the Scottish Book Trade Index and internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3284, 'Burness, John, 1771-1826', 0, NULL, 0, 'Thrummy Cap and the ghaist : a diverting tale. To which is added The life of Thomas Rombold, a highwayman, and The guardian snake. ', NULL, 'Newton-Stewart : Published and sold wholesale and retail, by J. M\'Nairn, [1827-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1827-01-01 00:00:00', '1837-12-31 00:00:00', '24', 14, '1', NULL, 'Cheap tracts', 'No. IV', 'Woodcut on title page.\r\nIn prose and verse.\r\nDated from the Scottish Book Trade Index and external evidence.\r\nAnonymous author: John Burness', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3285, NULL, 0, NULL, 0, 'Tea, a poem : to which is added, Dutch tea parties, Ichabod Crane, Superstition, & The Frenhcmen [sic]. ', NULL, 'Newton-Stewart : Published and sold wholesale and retail by J. M\'Nairn, [1827-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1827-01-01 00:00:00', '1837-12-31 00:00:00', '24', 13, '1', NULL, 'Cheap tracts', 'No. XV', 'Woodcut on title page.\r\nIn prose and verse.\r\nDated from the Scottish Book Trade Index and external evidence.\r\nIchabod Crane is a character in Irving\'s \'The legend of Sleepy Hollow\'.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3286, NULL, 0, NULL, 0, 'The history of Jock Haxton : To which is added Coffee and coffee-houses. A story from Portuguese life. Major cartwright. Fortune telling by the grounds of a tea or coffee cup. ', NULL, 'Newton-Stewart : Printed, and sold wholesale and retail, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '24', 13.5, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3287, 'Walker, Patrick, 1666?-1745? ', 0, NULL, 0, 'The life and prophecies of Mr. Alex. Peden : late minister of the Gospel at New Glenluce in Galloway. To which is added, his remarkable letter to the prisoners of Dunnotar Castle. ', NULL, 'Newton-Stewart : Published and sold wholesale and retail, by J. M\'Nairn, [1820-1837?] ', 'Newton Stewart', 'McNairn, Joseph', NULL, '1820-01-01 00:00:00', '1837-12-31 00:00:00', '24', 14, '0', NULL, NULL, NULL, 'Dated from the Scottish Book Trade Index.', NULL, 0, 'Peden, Alexander, 1626?-1686.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3288, NULL, 0, NULL, 0, 'A new song, The fumbler detected; or, The cautious maid\'s escape. : A true story. In four parts. Part I. The fumbler\'s charge; or, The humble petition of Archd. M\'T-sh against his bride Fl-ry Cr-f-rd, To the Revd. Moderator, and to the rest of the venerab', NULL, '[Paisley] : Printed for James Maxwell., M.DCC.LXXXV. [1785] ', 'Paisley', 'Maxwell, James', NULL, '1785-01-01 00:00:00', '1785-12-31 00:00:00', '8', 14.5, '0', NULL, NULL, NULL, 'In verse.\r\nPlace of publication from internal and external evidence.', 'ESTC T181576', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3289, 'Clinker, Humphrey', 0, NULL, 0, 'An oration on the virtues of the old women, and the pride of the young; : with a direction for young men what sort of women to take, and for women what sort of men to marry / dictated by Janet Clinker, and written by Humphray [sic] Clinker, the clashing w', NULL, '[Paisley] : Printed for the Company of Flying Stationers, in town and country., MDCCXC. [1790] ', 'Paisley', 'Company of Flying Stationers', NULL, '1790-01-01 00:00:00', '1790-12-31 00:00:00', '8', 15.4, '1', NULL, NULL, NULL, 'Place of publication from internal and external evidence.\r\nWoodcut on title page.\r\nHumphray [sic] Clinker is a pseudonym.', 'ESTC T180842', 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3290, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The comical sayings of Paddy from Cork : with his coat button\'d behind, being an elegant conference between English Tom and Irish Teague; with Paddy\'s catechism, his opinion of purgatory, the state of the dead; and his supplication when a mountain sailor.', NULL, 'Paisley : Printed by J. Neilson, 1815. ', 'Paisley', 'Neilson, John', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '24', 13.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nAttributed to Dougal Graham.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3291, NULL, 0, NULL, 0, 'The comical transactions of Lothian Tom : In six parts. ', NULL, 'Paisley : Printed by G. Caldwell, High Street, 1828. ', 'Paisley', 'Caldwell, George', NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '24', 13, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3292, NULL, 0, NULL, 0, 'The popular story of Blue Beard; or, The effects of female curiosity. ', NULL, 'Paisley : Printed by G. Caldwell, High Street, 1828. ', 'Paisley', 'Caldwell, George', NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '24', 12.5, '3', 'One penny. ', NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3293, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'Fun upon fun; or, The comical and merry tricks of Leper the tailor : In two parts. ', NULL, 'Paisley : Printed by G. Caldwell, 1, New Street, Where is always kept on sale, a choice and extensive assortment of histories, songs, children\'s story books, school books, &c. &c. &c. [1828] ', 'Paisley', 'Caldwell, George, junior', NULL, '1828-01-01 00:00:00', '1828-12-31 00:00:00', '24', 13, '1', NULL, NULL, NULL, 'Dated from the Scottish Book Trade Index.\r\nWoodcut on title page.\r\nAttributed to Dougal Graham.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3294, 'Wilson, Alexander, 1766-1813', 0, NULL, 0, 'The loss of the pack / by Alexander Wilson. To which is added, The auld sark sleeve. ', NULL, 'Paisley : Printed by G. Caldwell, 2 New Street, [1828-1831?] ', 'Paisley', 'Caldwell, George, junior', NULL, '1828-01-01 00:00:00', '1831-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3295, 'Burness, John, 1771-1826', 0, NULL, 0, 'The comical story of Thrummy Cap and the Ghaist : to which is added William and his dog. ', NULL, 'Paisley : Printed and sold by G. Caldwell, 1831. ', 'Paisley', 'Caldwell, George, junior', NULL, '1831-01-01 00:00:00', '1831-12-31 00:00:00', '24', 12.2, '1', NULL, NULL, NULL, 'Attributed to John Burness.\r\nWoodcut on title page.\r\nIn verse and prose.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3296, NULL, 0, NULL, 0, 'The causes and cure of spiritual darkness : being a letter from an old minister to another in a depressed state of mind. Also, The life of Mr. John Bunyan, author of The pilgrim\'s progress, &c. &c. ', NULL, 'Kilmarnock : Printed by H. Crawford, bookseller, [1811-1819?] ', 'Kilmarnock', 'Crawford, Hugh', NULL, '1811-01-01 00:00:00', '1819-12-31 00:00:00', '24', 13.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nDated from the Scottish Book Trade Index.', NULL, 0, 'Bunyan, John, 1628-1688.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3297, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'Fun upon fun: or, The comical and merry tricks of Leper the tailor : In two parts. To which is added, The wicked life and most deplorable death of Mr. John MacGrigor. ', NULL, 'Kilmarnock : Printed by H. Crawford, 1820. ', 'Kilmarnock', 'Crawford, Hugh', NULL, '1820-01-01 00:00:00', '1820-12-31 00:00:00', '24', 13.3, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nAttributed to Dougal Graham.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3298, NULL, 0, NULL, 0, 'The life of the martyr, John Brown, of Priesthill, in the parish of Muirkirk, Ayrshire : who was murdered by Graham of Claverhouse near his own house in 1685 Also, An account of his companions in suffering, during the last persecution in Scotland, betwee', NULL, 'Kilmarnock : Printed by H. Crawford bookseller, 1825. ', 'Kilmarnock', 'Crawford, Hugh', NULL, '1825-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13.7, '0', NULL, NULL, NULL, 'There are two quotes on the title page.', NULL, 0, 'Brown, John, d. 1685.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3299, 'Graham, Dougal, 1724-1779', 0, NULL, 0, 'The comical sayings of Paddy from Cork : with his coat button\'d behind. Being an elegant conference between English Tom and Irish Teague; with Paddy\'s catechism, his opinion of purgatory, the state of the dead; and his supplication when a mountain sailor.', NULL, 'Kilmarnock : Printed by H. Crawford, bookseller, 1827. ', 'Kilmarnock', 'Crawford, Hugh', NULL, '1827-01-01 00:00:00', '1827-12-31 00:00:00', '24', 13.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nAttributed to Dougal Graham.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3300, NULL, 0, NULL, 0, 'The life and exploits of Rob Roy M\'Gregor : the highland freebooter. ', NULL, 'Kilmarnock : Printed by H. Crawford, bookseller, 1827. ', 'Kilmarnock', 'Crawford, Hugh', NULL, '1827-01-01 00:00:00', '1827-12-31 00:00:00', '24', 13.4, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, 'Rob Roy, 1671-1734.', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3301, NULL, 0, NULL, 0, 'The life and transactions of Jane Shore, concubine to King Edward IVth : containing an account of her parentage, wit, and beauty; her marriage with Mr. Shore; the King\'s visits to her; her going to Court, and leaving her husband; her great distress and mi', NULL, 'Kilmarnock : Printed for the booksellers, [ca. 1830?] ', 'Kilmarnock', NULL, NULL, '1830-01-01 00:00:00', '1830-12-31 00:00:00', '24', 13, '0', NULL, NULL, NULL, 'Dated from examination of text and style.', NULL, 0, 'Shore, Jane, d. 1527?', 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3302, NULL, 0, NULL, 0, 'An account of a most surprising savage girl : who was caught wild in the woods of Champagne, a province in France. Containing a true narrative of many curious and interesting particulars, respecting this wonderful child of nature / Translated from the Fre', NULL, 'Kilmarnock : Printed for the booksellers, 1831. ', 'Kilmarnock', NULL, NULL, '1831-01-01 00:00:00', '1831-12-31 00:00:00', '24', 13.1, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nSometimes attributed to Charles Marie de la Condamine.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3303, NULL, 0, NULL, 0, 'Donald M\'Donald : To which are added, And sae will we yet. Answer to the happy stranger. O\'er the muir amang the heather. Love and glory. ', NULL, 'Kilmarnock : Printed for the booksellers, [1815-1820?] ', 'Kilmarnock', NULL, NULL, '1815-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3304, NULL, 0, NULL, 0, 'Three songs : Youghal harbour. Come under my plaidy. Revengeful lover. ', NULL, 'Kilmarnock : Printed for the booksellers, [1815-1820?] ', 'Kilmarnock', NULL, NULL, '1815-01-01 00:00:00', '1820-12-31 00:00:00', '8', 13.2, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from examination of text and style.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3305, NULL, 0, NULL, 0, 'Four songs : Loudon\'s woods & braes. Battle of Waterloo. Roger the miller. The woodland maid. ', NULL, 'Kilmarnock : Printed for the booksellers, [1815?] ', 'Kilmarnock', NULL, NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', 12.7, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from internal evidence.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (3306, NULL, 0, NULL, 0, 'Four songs : The weaver\'s garland. Lanarkshire farewel. Lovely Doon. Bess the ballad-singer. ', NULL, 'Kilmarnock : Printed for the booksellers, [1815-1820?] ', 'Kilmarnock', NULL, NULL, '1815-01-01 00:00:00', '1820-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nIn verse.\r\nDated from examination of text and style.\r\nWeavers garland. Part I : Tune - Cropies lie down.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4262, NULL, 0, NULL, 0, 'The smock wedding\'s garland : composed with several excellent new songs : I. The comical smock wedding. II. The comical labourer; or, the coachman got with child by the postilion. III. The drunken wife of Galloway', NULL, '[S.l.] : Licensed and entered according to order, [18--]', NULL, NULL, NULL, '1800-01-01 00:00:00', '1825-12-31 00:00:00', '8', 13.1, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4263, NULL, 0, NULL, 0, 'The four Indian kings. : Garland. A faithful and true account how the powerful charms of a young lady conquered the heart of one of the four Indian kings', NULL, '[S.l.] : Printed in the year 1786', NULL, NULL, NULL, '1786-01-01 00:00:00', '1786-12-31 00:00:00', '8', 13.1, '2', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4264, NULL, 0, NULL, 0, 'The Camelon nailers\' garland, and Roslin Castle', NULL, '[S.l.] : Printed in the year 1796', NULL, NULL, NULL, '1796-01-01 00:00:00', '1796-12-31 00:00:00', '8', 15.1, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4265, NULL, 0, NULL, 0, 'The wandering young gentlewoman; or, Cat-skin\'s garland : Part I. How an esquire\'s daughter near London was forced from home by her father\'s cruelty, but thro\' her tender mothe, was well educated and clothed in rich array...', NULL, '[S.l.] : Entered according to order, [17--]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1799-12-31 00:00:00', '8', 16.3, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4266, NULL, 0, NULL, 0, 'The fisherman\'s garland; or, The cruel knight. : in four parts. Part I. The farmer\'s daughter born to be the knight\'s bride. Part II. Striving to alter what fortune had decreed. Part III. How the secret was discovered]. Part IV. Concluding with their happy marriage', NULL, '[S.l.] : Entered according to order, [17--]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1799-12-31 00:00:00', '8', 16.3, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4267, NULL, 0, NULL, 0, 'The Goudhurst garland, in three parts.... To which is added, My dog and my gun.', NULL, '[S.l.] : Entered according to order, [17--]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1799-12-31 00:00:00', '8', 15.6, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4268, NULL, 0, NULL, 0, 'The sailor and farmer\'s daughter\'s garland in three parts', NULL, '[S.l.] : Printed this present year, [17--]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1799-12-31 00:00:00', '8', 13.6, '2', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4269, NULL, 0, NULL, 0, 'King Crispin\'s garland, or, The praise of the grand procession of the shoe-makers in Falkirk, October 25th. 1796. : To which is added, The spinning wheel, The tempest, and The jolly miller', NULL, '[S.l.] ; Entered according to order, [1796?]', NULL, NULL, NULL, '1796-01-01 00:00:00', '1796-12-31 00:00:00', '8', 14.8, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4270, NULL, 0, NULL, 0, 'Luckidad\'s garland, or, When my old hat was new. : To which is added The fickle shepherd', NULL, '[S.l.] : Entered according to order, [17--]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1799-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4271, NULL, 0, NULL, 0, 'The Chester garland, or, The villain brought to justice. In four parts', NULL, '[S.l.] : Entered according to order, [17--]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1799-12-31 00:00:00', '8', 12.9, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4272, NULL, 0, NULL, 0, 'The batchelor\'s garland, in four parts', NULL, '[S.l.] ; Entered according to order, [17--]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1799-12-31 00:00:00', '8', 14.5, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4273, NULL, 0, NULL, 0, 'An excellent old song, intitled Young Beichan and Susie Pye', NULL, '[S.l.] : [s.n.], [17--]', NULL, NULL, NULL, '1800-01-01 00:00:00', '1850-12-31 00:00:00', '8', 14.3, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4274, NULL, 0, NULL, 0, 'The ruined virgin\'s garland, in two parts...', NULL, 'Newcastle : M. Angus and Son, printers, [17--]', 'Newcastle upon Tyne', 'Angus, M.', NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12.5, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4275, NULL, 0, NULL, 0, 'Daniel Mackwire\'s garland; : shewing how he went to Dublin, and was employed by a merchant to be his factor ... To which are added, Come under my plaidy, and The tripple plea', NULL, 'Penrith : Printed by Anthony Soulby ..., [[17--]', 'Penrith', 'Soulby, Anthony', NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 11, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4276, NULL, 0, NULL, 0, 'The Lincolnshire farmer\'s garland; or, The convinced cuckold. : To which are added Woman\'s only wish. And To-morrow\'s a cheat', NULL, 'Penrith : Printed by Anthony Soulby ..., [[17--]', 'Penrith', 'Soulby, Anthony', NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 11, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4277, NULL, 0, NULL, 0, 'Garland of new songs. Star of the East. Banks of Doon. Beautiful hill of Dromore. Come sit down my cronies. Anna', NULL, 'Dumfries : Printed by John Sinclair, [17--]', 'Dumfries', 'Sinclair, John', NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 11.9, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4278, NULL, 0, NULL, 0, 'A garland of Newcastle songs. : Weel may the keel row. The new keel row. Bonny keel laddie. The little P.D. Ma\' canny hinny', NULL, 'Newcastle : Printed by J. Marshall, Old Flesh-Market, [17--]', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 15.6, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4279, NULL, 0, NULL, 0, 'A garland of new songs. : Crazy Jane, Sequel to Crazy Jane, The Irish smugglers, The sisters, The lover\'s story', NULL, 'Newcastle : Printed by J. Marshall, Old Flesh-Market, [17--]', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4280, NULL, 0, NULL, 0, 'A garland of new songs. : Fat Dolly the cook. General Wolfe\'s song. Young William. Brisk Billy and Susan. The yawner. My native land', NULL, 'Newcastle : Printed by J. Marshall, Old Flesh-Market, [17--]', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1760-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4281, NULL, 0, NULL, 0, 'A garland of new songs. : Canny Newcassel. The bonny geatsiders. Newcastle Fair. The water ofTyne', NULL, 'Newcastle : Printed by J. Marshall, Old Flesh-Market, [17--]', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1760-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4282, NULL, 0, NULL, 0, 'A garland of new songs. : The roses blaw. Loudon\'s bonnie woods and braes. Of a\' the airts the wind can blaw. Logan braes. Sweet Kitty o\' the Clyde', NULL, 'Newcastle : Printed by J. Marshall, Old Flesh-Market, [17--]', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1760-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4283, NULL, 0, NULL, 0, 'A garland of new songs. : Swalwell hopping. The skipper\'s wedding. The bonny pit laddie', NULL, 'Newcastle : Printed by J. Marshall, Old Flesh-Market, [17--]', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1760-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4284, NULL, 0, NULL, 0, 'The shamrock; or, The Hibernian songster : a choice selection of Irish songs ...', NULL, 'Penrith : Printed by Anthony Soulby, [17--]', 'Penrith', 'Soulby, Anthony', NULL, '1760-01-01 00:00:00', '1850-12-31 00:00:00', '8', 12.2, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4285, NULL, 0, NULL, 0, 'The gold-finch collection of songs : with toasts & sentiments', NULL, '[S.l.] : Printed MDCC.XCIV [1794]', NULL, NULL, NULL, '1794-01-01 00:00:00', '1794-12-31 00:00:00', '48', 14, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4286, NULL, 0, NULL, 0, 'Seven excellent songs : viz. I. The turtle dove. II. May I never be married. III. The wandering sailor. IV. My bottle is my wife and friend. V. Milton\'s landscape. VI. Johnny and Mary. VII. The disconsolate sailor', NULL, '[S.l.] : Entered according to order, [17--]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 14, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4287, NULL, 0, NULL, 0, 'Five excellent songs : viz. I. The batchelor\'s hall. II. Logie o\' Buchan. III. The tar for all weathers. IV. Spanking Jack. V. Sandy o\'er the lee', NULL, '[S.l.] : Entered according to order, [17--]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 15.2, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4288, NULL, 0, NULL, 0, 'Four excellent songs : I. The rock and the tow. II. Mary Scott. III. Carle came o\'er the craft. IV. Poor Anthony\'s case', NULL, '[S.l.] : Entered according to order, [17--]', NULL, NULL, NULL, '1750-01-01 00:00:00', '1850-12-31 00:00:00', '8', 13.6, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4289, NULL, 0, NULL, 0, 'Three excellent songs, : The jolly ploughman, The fisher lasses\' rant, and The Highlandman\'s courtship', NULL, '[S.l.] : Printed in the year 1796', NULL, NULL, NULL, '1796-01-01 00:00:00', '1796-12-31 00:00:00', '8', 14.7, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4621, NULL, 0, NULL, 0, 'The famous battle fought on the Sheriff Muir, on the 13th day of November, 1715. : To which is added, The lover\'s choice', NULL, 'Falkirk : Printed by T. Johnston, 1815.', 'Falkirk', 'Johnston, Thomas', NULL, '1815-01-01 00:00:00', '1815-12-31 00:00:00', '8', 11.6, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4622, NULL, 0, NULL, 0, 'The sailor and farmer\'s daughter. : In three parts', NULL, 'Edinburgh : Printed by J. Morre, [17--]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.1, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4623, NULL, 0, NULL, 0, 'Black-ey\'d Susan\'s garland, : containing several delightful new songs, Sweet William\'s farewell to Black-ey\'d Susan when he was on board in the Downs...', NULL, 'Newcastle : G. Angus, printer, [17--]', 'Newcastle upon Tyne', 'Angus, George', NULL, '1750-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\n5 songs listed on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4624, NULL, 0, NULL, 0, 'A collection of new songs. : Swalwell hopping. The banks of the river', NULL, 'Newcastle : G. Angus, printer, Side, [17--]', 'Newcastle upon Tyne', 'Angus, George', NULL, '1750-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.6, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4625, NULL, 0, NULL, 0, 'A collection of new songs. : 1 The soldier\'s return 2 The raw recruit 3 O wat ye wha\'s in yon town', NULL, '[Newcastle upon Tyne] : Angus printer, [17--]', 'Newcastle upon Tyne', 'Angus, M.', NULL, '1780-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.8, '1', NULL, NULL, NULL, 'Woodcut on title page.\r\nPrinter\'s name in colophon.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4626, NULL, 0, NULL, 0, 'Three excellent new songs. : The soldier\'s return. Answer to the soldier\'s return. The blanch frigate', NULL, 'Edinburgh : Printed by J. Morren, [17--]', 'Edinburgh', 'Morren, John', NULL, '1793-01-01 00:00:00', '1822-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4627, NULL, 0, NULL, 0, 'The Thespian songster; : being a choice collection of celebrated songs, most of them sung at the Theatre-Royal in Newcastle, by Mess. Braham, Grimaldi, Newton, Lancaster, Miss Byrne, &c.', NULL, 'Newcastle : Printed by J. Marshall, in the Old Flesh-Market, [17--]', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1750-01-01 00:00:00', '1825-12-31 00:00:00', '24', 13.7, NULL, NULL, NULL, NULL, '18 songs listed on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4628, NULL, 0, NULL, 0, 'Tak\' your auld cloak about ye. : To which is added, Nelson\'s last victory and death, and Wandering Nelly', NULL, 'Glasgow : Published and sold wholesale and retail, by R. Hutchison, 10, Saltmarket, [18--]', 'Glasgow', 'Hutchison, Robert', NULL, '1805-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4629, NULL, 0, NULL, 0, 'A collection of new songs. 1 Tom Starboard. 2 Ah! No my love no. 3 A new touch on the times. 4 Jack at Greenwich', NULL, 'Newcastle : Printed by George Angus, in the Side, [17--]', 'Newcastle upon Tyne', 'Angus, George', NULL, '1780-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.7, '1', NULL, NULL, NULL, 'Printer\'s name in colophon.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4630, NULL, 0, NULL, 0, 'The unfortunate weaver. : To which are added, The farmer\'s daughter. And the blue flowers and the yellow', NULL, 'Greenock : Printed by W. Scott, [18--]', 'Greenock', 'Scott, William', NULL, '1810-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.2, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4631, NULL, 0, NULL, 0, 'The village tragedy; or, Murder upon murder!! : written and now published to warn all young men and women against the horrid crime of seduction; which proved so fatal, a fw weeks ago, to a young woman near York...', NULL, 'Newcastle : Printed by J. Marshall, in the Old Flesh-Market, [17--]', 'Newcastle upon Tyne', 'Marshall, J.', NULL, '1750-01-01 00:00:00', '1825-12-31 00:00:00', '8', 12.2, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4632, NULL, 0, NULL, 0, 'A collection of new songs. : The vicar of Bray. The lass of Ballochmyle. My friend and pitcher. One bottle more', NULL, 'Newcastle : Printed by G. Angus, in the Side, [17--]', 'Newcastle upon Tyne', 'Angus, George', NULL, '1780-01-01 00:00:00', '1830-12-31 00:00:00', '8', 12.5, '1', NULL, NULL, NULL, 'Woodcut on title page.', NULL, 0, NULL, 0); INSERT INTO `Books` (`Books_ID`, `Author_1`, `Author_1_corporate`, `Author_2`, `Author_2_corporate`, `Title`, `Edition`, `Imprint`, `Place`, `Publisher_Name1`, `Publisher_Name2`, `Date1`, `Date2`, `Pagination`, `Printed_Size`, `Illustration`, `Price`, `Series`, `Series_Number`, `Book_Notes`, `Bibliographic_Reference`, `Serial`, `Subject_Name`, `Subject_Name_corporate`) VALUES (4633, NULL, 0,