sql - select email, count(*) from emp group by email -


i have table columns name , email. table has 10 records. want send email records. query that?

try this:

select distinct email emp  

Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -