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 p.products_id=pc.products_id' at line 1
select max(products_price) as max, min(products_price) as min from products p join products_description pd on pd.products_id=p.products_id join products_to_categories pc on ( ) and products_status=1 and p.products_id=pc.products_id
[TEP STOP]