SAP interview question

Using sql how would you find duplicated values in a table with only one row.

Interview Answer

Anonymous

24 May 2012

Select * From table where (count >1)