When I go to upgrade my database, all my entries show up like this...
WordPress database error: [You have an error in your SQL syntax near '; ' at line 18]
INSERT INTO wp_amm ( amm_author, amm_director, amm_title, amm_asin, amm_productGroup, amm_publisher, amm_artist, amm_label, amm_manufacturer, amm_model, amm_brand, amm_userComments, amm_rating, amm_country, amm_dateadded, amm_smallImageURL) VALUES ('', '', 'Bowling For Soup - A Hangover You Don\'t Deserve', 'B0007WF1UU', 'Music', '', '', '', '', '', '', '', '5', 'us', '2005-07-24 02:26:46 00:00:00', 'http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif');
then when I try to call anything from the DB, nothing outputs because I assume nothing was upgraded?