unknown column
Posted: Mon Jan 11, 2010 1:58 pm
Anyone know why I get Error: Unknown column 'caption3' in 'field list'
when I run this
INSERT INTO pages (retailprice, salesprice, upc, sku, categoryid, manufactureid, caption, pagename) VALUES (11.11, 1.01, 12345678901, 1234567, 8, 4, caption3, pagename3);
Here is what the columns look like in the table...

when I run this
INSERT INTO pages (retailprice, salesprice, upc, sku, categoryid, manufactureid, caption, pagename) VALUES (11.11, 1.01, 12345678901, 1234567, 8, 4, caption3, pagename3);
Here is what the columns look like in the table...
