Contact: +91 9335125454
QUERY: SELECT product_list.id, product_list.name, product_list.pcode, product_list.desc, product_list.spec, product_list.old_price, product_list.video_link, product_list.price, product_list.currency, product_list.image,product_list.stock,product_list.star_count, brand_list.name as BrandName FROM product_list LEFT JOIN brand_list ON brand_list.id = product_list.bid WHERE product_list.status=1 AND product_list.id=29]
ERROR: 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 ']' at line 1