query error: SELECT * FROM news WHERE open AND published_at < NOW() AND code_at_oops IN ( SELECT code_news FROM tagged_item ti WHERE code_tag = (SELECT code FROM tag WHERE name = :tag_name) AND ti.active AND code_news IS NOT NULL ) ORDER BY published_at DESC, code_at_oops DESC LIMIT 10 OFFSET 0;