lj4three
Resident Non-A-Rab
- Joined
- Jan 7, 2003
- Posts
- 6,111
- Reaction score
- 0
- Points
- 36
- Age
- 43
- Location
- Charlotte, NC, USA
- Website
- www.
Here's the deal, bizatches- i have a bunch of peeps in my db- table Members- that has Zip_Code as a column. What I want to do is have a list of all unique zip codes and then break down how many peeps per Zip_Code there are.
For example- 28202 is a zip_code for 3 members.
What is the best way to write a script for this?
I've fooled around with Distinct and Count, but can't seem to breakdown the query to the point where i get a listing of zip_codes and the number of members for that zip_code. Help would be appreciated, ya dig?
For example- 28202 is a zip_code for 3 members.
What is the best way to write a script for this?
I've fooled around with Distinct and Count, but can't seem to breakdown the query to the point where i get a listing of zip_codes and the number of members for that zip_code. Help would be appreciated, ya dig?