I have this error:
Code: Select all
INSERT INTO `product` ( `product_id` , `model` , `sku` , `location` , `quantity` , `stock_status_id` , `image` , `manufacturer_id` , `shipping` , `price` , `tax_class_id` , `date_available` , `weight` , `weight_class_id` , `length` , `width` , `height` , `measurement_class_id` , `sort_order` , `status` , `date_added` , `date_modified` , `viewed` )
VALUES (
'50', '11427512300', '', '', '1', '5', 'OIL FILTER.jpg', '16', '1', '4.2500', '0', '2009-10-29', '0.22', '3', '0.00', '0.00', '0.00', '2', '0', '1', '2009-10-29 06:06:40', '2009-11-06 09:59:02', '14'
);