由 bananasims » 2008-12-20, 11:55
求先個 server 好似死死下咁,其實我用咗條 SQL 去同啲回覆加返晒 Re:,搞到好似死 server 咁。
- 代碼: 選擇全部
UPDATE phpbb_posts p SET p.post_subject = (SELECT t.topic_title FROM phpbb_topics t WHERE t.topic_id = p.topic_id) WHERE (SELECT COUNT(*) FROM phpbb_topics g WHERE g.topic_first_post_id = p.post_id) >= 1;
UPDATE phpbb_posts p SET p.post_subject = CONCAT('Re: ', (SELECT t.topic_title FROM phpbb_topics t WHERE t.topic_id = p.topic_id)) WHERE (SELECT COUNT(*) FROM phpbb_topics g WHERE g.topic_first_post_id = p.post_id) < 1;
影像.從心 At the heart of the ímage