Forums
-
- Forum
- Posts
-
- Installation
- 28,416
- Troubleshooting
- 62,414
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
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)