SELECT * FROM xxx LEFT JOIN post USING (postid) LEFT JOIN thread USING (post.threadid) WHERE thread.forumid=2