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