 |
|
 |
1054 - Unknown column 'p.manufacturers_id' in 'on clause'
select count(*) as total from featured f, products p, products_description pd LEFT JOIN manufacturers m ON p.manufacturers_id = m.manufacturers_id where p.products_id = f.products_id AND p.products_id = pd.products_id and f.status = '1'
[TEP STOP]
|