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 '' at line 1

select MAX(p.products_price) as max_price, MIN(p.products_price) as min_price from products p where

[TEP STOP]