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?

link|improve this question
feedback

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

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

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'
link|improve this answer
Thanks for the link Oscar this is what I expected. – Goows Sep 8 '09 at 22:58
feedback

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

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

You must log in to answer this question.

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