medved Posted September 2, 2006 Share Posted September 2, 2006 I?ve got this error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' products where products_id = '33'' at line 1 select products_id, products_price, products_ship_price_one, products_ship_price_two, products_ship_price_three, products_ship_price_four, products_tax_class_id, products_weight from, products where products_id = '33' Please help anyone Link to comment Share on other sites More sharing options...
medved Posted September 2, 2006 Author Share Posted September 2, 2006 I?ve got this error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' products where products_id = '33'' at line 1 select products_id, products_price, products_ship_price_one, products_ship_price_two, products_ship_price_three, products_ship_price_four, products_tax_class_id, products_weight from, products where products_id = '33' Please help anyone Ok, i fixed the problem. there was just one "," extra, that's all. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.