|
| Meubles |
145 - Table './votreboutiqueweb/base_products' is marked as crashed and should be repaired
select distinct bm.manufacturers_id as id, bm.manufacturers_name as name
from base_products bp,
base_products_to_categories bp2c,
base_manufacturers bm
where bp.manufacturers_id = bm.manufacturers_id
and bp.products_id = bp2c.products_id
and bp2c.categories_id = '67' and bp2c.IDFournisseur='65'
and bm.IDFournisseur='65'
and bp.IDFournisseur='65'
order by bm.manufacturers_name
[TEP STOP]
| |