Hi
I had a table with the Emailid, i want to count the particular domain in the Field Emailid.
For Example
I want to count domains
Please give me the query to count that
Thanks in advance
Sang
I had a table with the Emailid, i want to count the particular domain in the Field Emailid.
For Example
Code:
Table User_account; Emailid Id qqq@yahoo.com 1 eee@rediff.com 2 jjjjj@yahoo.com 3
Code:
Emailid count yahoo.com 2 rediff.com 1
Thanks in advance
Sang
Comment