Possible Duplicate:
Filter users by country.

I want to know how many people of my region is registered in Stack Overflow. Is there an option to do this?

share|improve this question

marked as duplicate by Ólafur Waage, Timothy Carter, random, cletus, Shog9 Sep 8 '09 at 21:15

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

up vote 2 down vote accepted

Try using statoverflow sandbox.

http://statoverflow.com/sandbox/

You just have to get the SQL right. I think it would be something like:

select * from users where location like 'mine'
share|improve this answer
Thanks for the link Oscar this is what I expected. – Goows Sep 8 '09 at 22:58

Not yet, Joel talked about adding a little flag next to the user name and adding a feature to search by region.

But there was no more news about that

share|improve this answer
I'd like to see that. It works well on projecteuler.net. – Greg Hewgill Sep 8 '09 at 1:41

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged