1054 - Unknown column 'p.products_id' in 'on clause'
select p.products_id, p.products_image, p.products_tax_class_id, pd.products_description, s.status as specstat, s.specials_new_products_price, p.products_price from products p, products_description pd left join specials s on p.products_id = s.products_id left join featured f on p.products_id = f.products_id and p.products_id = pd.products_id where p.products_status = '1' and f.status = '1' order by rand(1849913338) DESC limit 4
[TEP STOP]
|