| Alert Moderator
SELECT tablefield, COUNT(tablefield) AS dup_count FROM table GROUP BY tablefield HAVING (COUNT(tablefield) > 1)
Login to post response