Here's the table in sql server.. and below is what I want to do.
TABLE:
Area (column 1) ----- Oregon California California California Oregon Washington Idaho Washington I want ALL the cities that are duplicates to be returned, but not the distinct ones. Just the duplicates. Is there a select statement that lets me return only duplicates?