speed2 Posted November 28, 2003 Share Posted November 28, 2003 1054 - Unknown column 'p.products_mediumimage' in 'field list' SELECT p.products_id as v_products_id, p.products_model as v_products_model, p.products_image as v_products_image, p.products_mediumimage as v_products_mediumimage, p.products_largeimage as v_products_largeimage, p.products_price as v_products_price, p.products_weight as v_products_weight, p.products_date_available as v_date_avail, p.products_date_added as v_date_added, p.products_tax_class_id as v_tax_class_id, p.products_quantity as v_products_quantity, p.manufacturers_id as v_manufacturers_id, subc.categories_id as v_categories_id, p.products_status as v_status FROM products as p, categories as subc, products_to_categories as ptoc WHERE p.products_id = ptoc.products_id AND ptoc.categories_id = subc.categories_id I got the above error when I try to run Download Complete tab-delimited .txt file to edit some one help me pleaseeeeee Link to comment Share on other sites More sharing options...
kagg Posted November 28, 2003 Share Posted November 28, 2003 Go through this Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.