 |
|
 |
|
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 p.products_status = '1'
' at line 13
select p.products_id,
pd.products_name,
pd.products_description,
p.products_image,
p.products_tax_class_id,
IF(s.status, s.specials_new_products_price, p.products_price) as products_price,
s.status,
products_bundle
from products_description pd,
products p
left join specials s
on p.products_id = s.products_id
where p.products_id in (7894,7995,8652,7893,7504,8184,7716,7879,5392,8622,6703,8343,7628,8150,7882,7617,8370,7872,8182,8387,8173,8355,5416,6617,8644,8643,8645,6575,6618,8648,8163,8149,8641,8654,8148,5579,8147,8170,8624,5393,6874,8621,4094,8262,8265,7871,6745,8183,4576,8650,7885,)
and p.products_status = '1'
and p.products_id = pd.products_id
and pd.language_id = '3'
[TEP STOP]
| | |