Invalid query: 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 'ORDER BY a.created DESC
LIMIT 10
OFFSET 0' at line 8
SELECT a.id, a.adv_text, a.contact_phone, a.price, a.type, at.name, c.name, a.created
FROM advertisement a
JOIN advertisement_type at ON at.id = a.type
JOIN currency c ON c.id = a.currency
WHERE a.status > 0
AND a.parent_id IN
ORDER BY a.created DESC
LIMIT 10
OFFSET 0