SQL Error : 1226 User 'jmandre-ago2' has exceeded the 'max_questions' resource (current value: 2798)
SELECT t.topic_id
FROM phpbb_topics t, phpbb_topics t2
WHERE
t2.topic_id = 5824
AND t.forum_id = t2.forum_id
AND t.topic_moved_id = 0
AND t.topic_last_post_id < t2.topic_last_post_id
ORDER BY t.topic_last_post_id DESC
LIMIT 1