I'd like to import my products from one database into another as I've been setting up a new shop. However, I keep getting this error:
Error
SQL query:
INSERT INTO `zen_products`
VALUES ( 1, 1, 0, '37351', 'products/37351.gif', 99.9500, 0, '2006-09-14 16:56:02', '2006-09-14 17:04:39', NULL , 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 99.9500, 24, 1, 0, 0, 0, 0, 0 ) ;
MySQL said: Documentation
#1136 - Column count doesn't match value count at row 1
Is there a way I can fix this so I can import my products? The thought of having to add over 4000 items by hand is not a fun thought to have.



