MySQL error 1064: 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 'Longhi'' at line 1
When executing:
SELECT id, brand, brand_url FROM categories_brands WHERE cat_id = 33 AND brand = 'De'Longhi'
MySQL error 1064: 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 'Longhi' AND hidden=0
ORDER BY id DESC
LIMIT 10' at line 3
When executing:
SELECT *
FROM models
WHERE cat_id='33' AND brand='De'Longhi' AND hidden=0
ORDER BY id DESC
LIMIT 10