1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and products_status = 1 AND products_disabled=0 and products_id in (select produ' at line 2
select distinct model_name from models where make_id = 15 and model_id in
(select model_id from products where manufacturers_id= and products_status = 1 AND products_disabled=0 and products_id in (select products_id from products_to_categories where categories_id in
(select categories_id from categories )))