Unnamed
public sql v1 · immutableSELECT o.topic_id, o.topic_replies, o.forum_id, p.post_id, p.topic_id, p.forum_id, p.poster_id, p.post_time, t.post_id, t.post_subject, t.post_text, t.bbcode_uidFROM topics AS o, posts AS p, posts_text AS tWHERE o.forum_id = 6 AND p.topic_id = o.topic_id AND p.post_id = t.post_idORDER BY p.post_timeASCLIMIT 0,5