SELECT forum.title, thread.title, thread.postusername FROM vb_thread AS thread INNER JOIN vb_forum AS forum on thread.forumid = forum.forumid WHERE thread.sticky = 1