I'd forgotten about this lil trick.
select eUserName from eAttribute GROUP BY eUserName HAVING COUNT( eUserName) > 1
why not use SELECT DISTINCT?
Because that does not solve the problem -- I want to find duplicate records, not distinct records.
Name (required)
Mail (will not be published) (required)
Website
ARRRR!