Can someone help me with this one please I'm pretty new to MYSQL
I have a database with one table MEMBERS
there are 2 fields relevant to my query
COUNTRY, MEMBERNAME
I want to do the following
List the COUNTRY names alphabetically
A-COUNTRY
B-COUNTRY
C-COUNTRY
and display how many MEMBERNAME there are per COUNTRY
In esscence I want to display results by counting the number of rows per COUNTRY that contain a MEMBERNAME so that I wind up with something like the following
USA 630 Members
Ireland 330 Members
Taiwan 400 Members
etc.
Thanks for you help in advance
I have a database with one table MEMBERS
there are 2 fields relevant to my query
COUNTRY, MEMBERNAME
I want to do the following
List the COUNTRY names alphabetically
A-COUNTRY
B-COUNTRY
C-COUNTRY
and display how many MEMBERNAME there are per COUNTRY
In esscence I want to display results by counting the number of rows per COUNTRY that contain a MEMBERNAME so that I wind up with something like the following
USA 630 Members
Ireland 330 Members
Taiwan 400 Members
etc.
Thanks for you help in advance