 |
|
 |
|
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 (7018,4346,5883,7712,8228,4536,3613,5863,5861,3484,3481,6506,7949,6537,8370,6541,6562,7880,8543,6367,6362,7993,7929,6369,8167,7928,6742,7002,7009,7003,7012,7010,7011,6717,8851,8247,4572,7718,8080,8082,8079,8085,8075,6780,8089,8076,8077,7341,6781,8253,7340,)
and p.products_status = '1'
and p.products_id = pd.products_id
and pd.language_id = '3'
[TEP STOP]
| | |