|
|
1054 - Unknown column '24_23' in 'where clause'
select count(*) as total from products p, products_description pd, specials s, products_to_categories p2c, categories c where p.products_status = '1' and s.products_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '4' and s.status = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and c.categories_id = 24_23
[TEP STOP]
| | |