• select <field list req'd>

    from <your table>

    where <field with dupes> in (select <field with dupes> from <your table> group by <field with dupes>

    having count(*) > 1)