Topic: [mysql] how does the table topics work?
ok... punbb_topics has the following fields
id
poster
subject
posted
last_post
last_post_id
last_poster
num_views
num_replies
closed
sticky
moved_to
forum_id
I just want to know how to associate, with a JOIN, the first post (from punbb_posts) to the topic?
(ps, something like the first_post_id field in phpBB)