SELECT product.product_id FROM product_category, product WHERE product_category.category_id= AND product.product_id=product_category.product_id AND product.enabled_ind DBError #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 'AND product.product_id=product_category.product_id AND product.enabled_ind' at line 1 in Engine |