SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to order by count (sound simple but i can`t found an answer on stack of how to do that) you can do:
SELECT town, count(town) as total FROM user GROUP BY town ORDER BY total DESC