identify all dupicate email adresses with in a user table

Written by

in

,

the sql query

select Email , count (Email)

from user

group by Email

having count(Email) >1 ;

WRITE MY PAPER

Comments

Leave a Reply