各位高手:
我觉得现在BH的服务质量越来越差了!我在2月前网站首页就开始出现如下问题,SEARCH 功能完全不能使用。
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 ' specials s on p.products_id = s.products_id where p.products_id = pd.products_i' at line 1
select p.products_id, p.products_image, p.products_tax_class_id, if(s.status, s.specials_new_products_price, p.products_price) as products_price from products p left join products_description pd, specials s on p.products_id = s.products_id where p.products_id = pd.products_id and products_status = '1' order by pd.products_viewed desc limit 12