Forums
-
- Forum
- Posts
-
- Installation
- 28,438
- Troubleshooting
- 62,514
- Themes
- 10,430
- Plugins
- 15,337
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
this appears to do the trick:
UPDATE
bb_topics
set topic_time =
(SELECT bb_posts.post_time
from bb_posts
where bb_posts.topic_id=bb_topics.topic_id
ORDER BY bb_posts.post_time DESC LIMIT 1)