Forums
-
- Forum
- Posts
-
- Installation
- 28,548
- Troubleshooting
- 62,888
- Themes
- 10,444
- Plugins
- 15,400
- Requests & Feedback
- 14,995
- Showcase
- 3,259
-
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)