I have a database full of zip codes, like this:
95945
95945
48864
48864
95630
95959
etc.
I'd like to find out how many of each zip I have. Is there query that I can do that will tell me this? It would be great if there is a query that will tell me: 959459 (2), 48864 (2), 95630 (1), 95959 (1), or something like that. I don't know all of the zip codes in the database so I can't query one-by-one.
Any suggestions?
Thanks,
WebGrrl 
|