SELECT e.name, e.description, e.image, e.url, e.views FROM ju_game_tags AS t LEFT JOIN ju_game AS e ON t.entry_id = e.id WHERE t.tag IN ('habilidad','violencia','robot's','ingenio') AND t.entry_id <> '5297' AND e.status = 'Y' GROUP BY t.entry_id ORDER BY e.id DESC LIMIT 5
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's','ingenio') AND t.entry_id <> '5297' AND e.status = 'Y' GROUP BY t.entry_id OR' at line 1