show/hide this revision's text 2
show/hide this revision's text 1

Sql query, count and group by

if i have data like this:

Key Name
1   Dan
2   Tom
3   Jon
4   Tom 
5   Sam
6   Dan

What is the sql query to bring back the records where the Name is repeated 2 or more times.

So the result i would want is

 Tom
 Dan