SAP Interview Question

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

Interview Answer

Anonymous

May 24, 2012

Select * From table where (count >1)