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 'Ajol' ORDER BY t.col, t.sorting ASC' at line 14

SELECT t.old, t.types_name FROM products p, products_to_categories p2c, products_details ps, types t WHERE p2c.categories_id = '504' AND p2c.products_id = ps.products_id AND p.products_id = p2c.products_id AND p.products_status = '1' AND ps.details_name = 'type' AND t.types_name != '' AND t.old = ps.value_id AND p.city='Le Val d'Ajol' ORDER BY t.col, t.sorting ASC

[XT SQL Error]