 |
|
 |
|
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 (4242,4243,5048,5815,4233,4226,3724,4653,5375,5368,5371,5365,5376,5378,4409,5408,5410,3947,5958,5959,5960,4713,3566,3560,2979,3786,2916,4339,3796,4123,5345,5204,3979,3978,4101,4111,3964,2908,3958,3968,3954,4026,4027,4012,3962,5824,4211,5819,4146,5057,5581,)
and p.products_status = '1'
and p.products_id = pd.products_id
and pd.language_id = '3'
[TEP STOP]
| | |