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