MySQL Query to Count Unique Domains from Email Address field

Posted by Ian on Stack Overflow See other posts from Stack Overflow or by Ian
Published on 2010-03-13T23:13:07Z Indexed on 2010/03/13 23:15 UTC
Read the original article Hit count: 156

Filed under:
|
|
|
|

I'd like to get a better idea of what domains my customers are using. I could easily do this in PHP by explodeing each address and counting the domain that way. But I'm wondering if there's a way to get this information with just a plain MySQL query?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about mysql-query