"SELECT post.*FROM ". TABLE_PREFIX ."thread AS thread, ". TABLE_PREFIX ."post AS postWHERE thread.forumid = XX AND post.threadid = thread.threadid AND post.visible = 1GROUP BY post.postidLIMIT 10"