代碼: 選擇全部
SELECT topic_title, topic_time, forum_id, topic_first_post_id, topic_first_poster_name, topic_id, topic_poster, COUNT( * ) TotalCount
FROM phpbb_topics
GROUP BY topic_title
HAVING COUNT( * ) >1
代碼: 選擇全部
SELECT topic_title, topic_time, forum_id, topic_first_post_id, topic_first_poster_name, topic_id, topic_poster, COUNT( * ) TotalCount
FROM phpbb_topics
GROUP BY topic_title
HAVING COUNT( * ) >1
正在瀏覽這個版面的使用者:沒有註冊會員 和 2 位訪客