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 ') group by i.p_id order by i.p_image_id' at line 1

select p.products_id,p.products_name,p.products_price,i.p_image_name from tbl_bt_products p left join tbl_bt_product_images i on i.p_id=p.products_id where p.products_id IN () group by i.p_id order by i.p_image_id

[TEP STOP]