Query Error SELECT a.* FROM fs_products as a
WHERE a.category_id_wrapper like '%,4,%'
AND a.published = 1
AND a.price >= and < 500000_-_1000000 ORDER BY a.price DESC , a.id DESC LIMIT 0,9
Array
(
[0] => 42000
[1] => 1064
[2] => You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'and < 500000_-_1000000 ORDER BY a.price DESC , a.id DESC LIMIT 0,9' at line 4
)