97 Nov 25th, 2009 SELECT column, COUNT(column) FROM table GROUP BY column HAVING ( COUNT(column) > 1 );