All pastes #110429 Raw Edit

Unnamed

public sql v1 · immutable
#110429 ·published 2006-08-01 17:35 UTC
rendered paste body
SELECT	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