cachaito
8/1/2019 - 1:50 PM

Find values that exists more than twice

SELECT email, count(*) FROM some.table group by email having count(*) > 1;