1052 - Column 'type_base' in where clause is ambiguous
select p.products_id, p.products_model, p.products_image, p.products_tax_class_id, p.products_price, m.manufacturers_name from products p, manufacturers m where type_base = '1' and p.nouveau = '1' and p.manufacturers_id = m.manufacturers_id order by p.products_date_added desc