Hi, I have a table that I insert a member's country into every time
someone signs up. What I'd like to do is pull information from the DB
such that I can see each country and the number of users from each.
For example:
Argentina 10
Brazil 5
Canada 3
I'm having trouble writing the SQL for this...any suggestions?