Code: Select all
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
Code: Select all
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
Users browsing this forum: No registered users and 4 guests