1054 - Unknown column 'psi.impresoras_id' in 'where clause'
select count(p.products_id) as total from products p
inner join products_description pd on (p.products_id = pd.products_id)
left join manufacturers m on (p.manufacturers_id = m.manufacturers_id)
left join colores cl on (p.colores_id = cl.colores_id)
left join specials s on (p.products_id = s.products_id)
inner join products_to_categories p2c on ( p.products_id = p2c.products_id)
where p.products_status = 1
and p.marcas_id = 16 and psi.impresoras_id = 2104 and p.tipo_cartucho = 2
and pd.language_id = 3
and p2c.categories_id = 78